snowplow / snowplow-golang-tracker

Snowplow event tracker for Golang. Add analytics to your Go apps and servers
http://snowplowanalytics.com
Apache License 2.0
25 stars 14 forks source link

Ensure SQLite3 database cannot be left in a bad state #15

Closed jbeemster closed 6 years ago

jbeemster commented 6 years ago

As database connections are not closed on application exit it can be left in an invalid state.