fathom/pkg/datastore/sqlstore
Danny van Kooten 3c934b29fc add is_finished column indicating whether a pageview is done (ready to be aggregated). closes #123 2018-10-10 10:27:55 +02:00
..
migrations add is_finished column indicating whether a pageview is done (ready to be aggregated). closes #123 2018-10-10 10:27:55 +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 & delete sites through api 2018-10-03 15:27:36 +02:00
config_test.go build postgres dsn string dynamically 2018-07-30 09:33:49 +02:00
page_stats.go sqlstore GetXStats funcs should return nil when there are 0 results. #50 2018-10-10 09:02:32 +02:00
pageviews.go add is_finished column indicating whether a pageview is done (ready to be aggregated). closes #123 2018-10-10 10:27:55 +02:00
referrer_stats.go sqlstore GetXStats funcs should return nil when there are 0 results. #50 2018-10-10 09:02:32 +02:00
site_stats.go add is_finished column indicating whether a pageview is done (ready to be aggregated). closes #123 2018-10-10 10:27:55 +02:00
sites.go default to site_id 1, even though it may not exist yet 2018-10-05 16:07:15 +02:00
sqlstore.go clean-up sqlstore pkg 2018-10-05 14:34:39 +02:00
users.go clean-up sqlstore pkg 2018-10-05 14:34:39 +02:00