fathom/pkg/datastore/sqlstore
Danny van Kooten 6bc1af3564 set sqlite _busy_timeout to 5s to handle database is locked errors 2018-10-10 11:59:21 +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 set sqlite _busy_timeout to 5s to handle database is locked errors 2018-10-10 11:59:21 +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 get rid of some column placeholders so we can increase buffer cap #132 2018-10-10 10:50:05 +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