From f630dc59717c5483b07124542fd3a6a9bbf74fec Mon Sep 17 00:00:00 2001 From: Matthias Kadenbach Date: Mon, 9 Jan 2017 10:43:22 -0800 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bb4dc73..d13bfd5 100644 --- a/README.md +++ b/README.md @@ -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.