Software Engineer

Bootrapping a project with Go and Sqlite

· by jsnby · Read in about 1 min · (47 Words)
golang

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.