From 0861ff957daf0677d70fc8c5a0a7824cb318d303 Mon Sep 17 00:00:00 2001 From: Matthias Kadenbach Date: Mon, 23 Jan 2017 13:36:22 -0800 Subject: [PATCH] Update Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d13bfd5..b864270 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,10 @@ __Features__ * [Cassandra](driver/cassandra) * [SQLite](driver/sqlite3) * [MySQL](driver/mysql) ([experimental](https://github.com/mattes/migrate/issues/1#issuecomment-58728186)) + * [Neo4j](driver/neo4j) * [Ql](driver/ql) * [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.