migrate icon indicating copy to clipboard operation
migrate copied to clipboard

Move sqlite driver to v3

Open mattes opened this issue 9 years ago • 2 comments

mattes avatar Feb 16 '17 19:02 mattes

@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?

haisum avatar May 30 '18 03:05 haisum

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!

dhui avatar May 30 '18 03:05 dhui