fathom/pkg/datastore/sqlstore
Danny van Kooten 658581b744 show prettier error msg when connecting to database fails 2018-07-27 08:52:53 +02: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 option to set sslmode param in postgres & mysql connections using FATHOM_DATABASE_SSLMODE. closes #93 closes #90 closes #80 2018-07-12 13:37:52 +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 reduce number of memory allocations in hot path 2018-07-15 10:05:03 +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 show prettier error msg when connecting to database fails 2018-07-27 08:52:53 +02: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