Update Readme

This commit is contained in:
mattes 2014-10-11 01:32:26 +02:00
parent 664bce394b
commit 95068e6a03

View File

@ -24,7 +24,7 @@ __Features__
* [PostgreSQL](https://github.com/mattes/migrate/tree/master/driver/postgres)
* [Cassandra](https://github.com/mattes/migrate/tree/master/driver/cassandra)
* SQLite ([planned](https://github.com/mattes/migrate/issues/2))
* MySQL ([experimental](https://github.com/mattes/migrate/issues/1#issuecomment-58728186))
* [MySQL](https://github.com/mattes/migrate/tree/master/driver/mysql) ([experimental](https://github.com/mattes/migrate/issues/1#issuecomment-58728186))
* Bash (planned)
Need another driver? Just implement the [Driver interface](http://godoc.org/github.com/mattes/migrate/driver#Driver) and open a PR.