Move sqlite driver to v3
mattes opened this issue · 2 comments
mattes commented
Move sqlite driver to v3
haisum commented
dhui commented
The official repo is now at golang-migrate/migrate
sqlite should work in migrate but it's not officially supported since TravisCI builds were failing due to cgo issues. In other words, you'll need to build migrate yourself if you're using sqlite.
For more info, see: golang-migrate/migrate@15611d4
Feel free to open a PR to officially add sqlite support again!