fathom/pkg/datastore/sqlstore
Charley DAVID 98970057a2
Add support for FATHOM_DATABASE_URL
2018-07-31 08:41:08 -03:00
..
migrations get rid of session_id and move knowledge of previous pageview to client. this also gets rid of the (only) index on the pageviews table, allowing for much faster INSERT's. closes #14 2018-07-11 15:03:56 +02:00
seed introduce datastore interface & stop relying on package var to retrieve db conn. relates to #29 2018-05-15 13:30:37 +02:00
config.go Add support for FATHOM_DATABASE_URL 2018-07-31 08:41:08 -03:00
config_test.go build postgres dsn string dynamically 2018-07-30 09:33:49 +02:00
page_stats.go fix postgres errors by converting to null in divisions. closes #54 relates to #52 2018-06-08 15:39:38 +02:00
pageviews.go fix query args for batch updating pageviews 2018-07-30 10:51:20 +02:00
referrer_stats.go add NULLIF in group statement because of go null values = empty string 2018-06-08 16:00:32 +02:00
site_stats.go get rid of session_id and move knowledge of previous pageview to client. this also gets rid of the (only) index on the pageviews table, allowing for much faster INSERT's. closes #14 2018-07-11 15:03:56 +02:00
sqlstore.go Add support for FATHOM_DATABASE_URL 2018-07-31 08:41:08 -03:00
users.go introduce datastore interface & stop relying on package var to retrieve db conn. relates to #29 2018-05-15 13:30:37 +02:00