Bootrapping a project with Go and Sqlite
I put together a repository to that I hope might help someone bootstrap their next Go (golang) project backed by a sqlite database. I integrated a migration framework and added a test helper to help spin ephemeral databases during testing.
You can find the code at https://github.com/jasonhancock/go-sqlite-bootstrap.