fathom/pkg/datastore/sqlstore
Danny van Kooten 927c50b419 add & delete sites through api 2018-10-03 15:27:36 +02:00
..
migrations add sites table & site_id columns for multi-site tracking #50 2018-09-25 15:03:07 +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 fix postgres errors by converting to null in divisions. closes #54 relates to #52 2018-06-08 15:39:38 +02:00
pageviews.go limit buffer capacity to 99 pageviews, hotfix for #132 2018-09-21 09:30:05 +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 always show at least 1 visitor if there are pageviews. #129 2018-09-19 08:21:04 +02:00
sites.go add & delete sites through api 2018-10-03 15:27:36 +02:00
sqlstore.go add & delete sites through api 2018-10-03 15:27:36 +02:00
users.go modify SaveUser to support updating existing users 2018-10-03 10:47:23 +02:00