Open mattes opened 7 years ago
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: https://github.com/golang-migrate/migrate/commit/15611d4559ac626305655c5b2fa18b2cfe995f60
Feel free to open a PR to officially add sqlite support again!
@maxvw created sqlite3 driver in 386ce008d970cf5ae283ebe5e09338c0f52e277b and updated README.md to remove todo. Then @dhui updated README.md in 8684cad8082b3e261c1815090e7948384e63d4bb and marked sqlite3 as todo again. So what's the current state of sqlite3 driver? Are there any pending issues those are yet to be resolved?