adapted the sqlite driver for v3 (#165)

This commit is contained in:
maxvw 2017-05-27 08:56:05 +02:00 committed by Christian Klotz
parent 39bb76224d
commit 33d5038bd3
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
* [Redshift](database/redshift)
* [Ql](database/ql)
* [Cassandra](database/cassandra)
* [SQLite](database/sqlite)
* [SQLite](database/sqlite3)
* [MySQL/ MariaDB](database/mysql)
* [Neo4j](database/neo4j) ([todo #167](https://github.com/mattes/migrate/issues/167))
* [MongoDB](database/mongodb) ([todo #169](https://github.com/mattes/migrate/issues/169))