mirror of https://github.com/status-im/migrate.git
Update Readme
This commit is contained in:
parent
32607ef715
commit
0861ff957d
|
@ -25,8 +25,10 @@ __Features__
|
||||||
* [Cassandra](driver/cassandra)
|
* [Cassandra](driver/cassandra)
|
||||||
* [SQLite](driver/sqlite3)
|
* [SQLite](driver/sqlite3)
|
||||||
* [MySQL](driver/mysql) ([experimental](https://github.com/mattes/migrate/issues/1#issuecomment-58728186))
|
* [MySQL](driver/mysql) ([experimental](https://github.com/mattes/migrate/issues/1#issuecomment-58728186))
|
||||||
|
* [Neo4j](driver/neo4j)
|
||||||
* [Ql](driver/ql)
|
* [Ql](driver/ql)
|
||||||
* [MongoDB](driver/mongodb)
|
* [MongoDB](driver/mongodb)
|
||||||
|
* [CrateDB](driver/crate)
|
||||||
|
|
||||||
Need another driver? Just implement the [Driver interface](http://godoc.org/github.com/mattes/migrate/driver#Driver) and open a PR.
|
Need another driver? Just implement the [Driver interface](http://godoc.org/github.com/mattes/migrate/driver#Driver) and open a PR.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue