Update Readme

This commit is contained in:
mattes 2014-10-11 01:27:58 +02:00
parent 8d261405e0
commit e34a5d7a03
1 changed files with 1 additions and 1 deletions

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 ([planned](https://github.com/mattes/migrate/issues/1))
* 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.