fathom/pkg/datastore/sqlstore
Danny van Kooten 5e4ce53eb8 sqlite re-uses ID for columns not marked as autoincrement, so use that. fixes #202 2019-02-04 13:58:25 +01:00
..
migrations sqlite re-uses ID for columns not marked as autoincrement, so use that. fixes #202 2019-02-04 13:58:25 +01: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 increase busytimeout for sqlite to 10s 2018-12-24 09:09:22 +01:00
config_test.go show only database name and maybe host when logging successful db connection. #174 2018-11-02 12:30:34 +01:00
hostnames.go normalize hostname and pathname columns 2018-11-12 14:45:21 +01:00
page_stats.go keep running aggregator job until pageview pool is emptied. 2018-12-24 09:41:11 +01:00
pageviews.go keep running aggregator job until pageview pool is emptied. 2018-12-24 09:41:11 +01:00
pathnames.go normalize hostname and pathname columns 2018-11-12 14:45:21 +01:00
referrer_stats.go keep running aggregator job until pageview pool is emptied. 2018-12-24 09:41:11 +01:00
site_stats.go clean-up route & func names 2018-11-14 11:47:47 +01: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 speed up host & pathname migration by using UNION. perform VACUUM for SQLite migrations. 2018-11-14 12:40:01 +01:00
users.go clean-up sqlstore pkg 2018-10-05 14:34:39 +02:00