Skip to content

Commit

Permalink
Merge pull request denisenkom#138 from mattes/add-mongo-to-readme
Browse files Browse the repository at this point in the history
add mongodb to readme
  • Loading branch information
mattes authored Jan 9, 2017
2 parents 9a8f78b + f630dc5 commit 585509f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ __Features__

## Available Drivers

* [PostgreSQL](https://github.com/mattes/migrate/tree/master/driver/postgres)
* [Cassandra](https://github.com/mattes/migrate/tree/master/driver/cassandra)
* [SQLite](https://github.com/mattes/migrate/tree/master/driver/sqlite3)
* [MySQL](https://github.com/mattes/migrate/tree/master/driver/mysql) ([experimental](https://github.com/mattes/migrate/issues/1#issuecomment-58728186))
* [Ql](https://github.com/mattes/migrate/tree/master/driver/ql)
* Bash (planned)
* [PostgreSQL](driver/postgres)
* [Cassandra](driver/cassandra)
* [SQLite](driver/sqlite3)
* [MySQL](driver/mysql) ([experimental](https://github.com/mattes/migrate/issues/1#issuecomment-58728186))
* [Ql](driver/ql)
* [MongoDB](driver/mongodb)

Need another driver? Just implement the [Driver interface](http://godoc.org/github.com/mattes/migrate/driver#Driver) and open a PR.

Expand Down

0 comments on commit 585509f

Please sign in to comment.