Update README.md

This commit is contained in:
Matthias Kadenbach 2017-05-16 13:27:30 -07:00 committed by GitHub
parent d1e665bac7
commit 1b48b97aa4
1 changed files with 3 additions and 3 deletions

View File

@ -23,11 +23,11 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
* [PostgreSQL](database/postgres) * [PostgreSQL](database/postgres)
* [Redshift](database/redshift) * [Redshift](database/redshift)
* [Ql](database/ql)
* [Cassandra](database/cassandra) ([todo #164](https://github.com/mattes/migrate/issues/164)) * [Cassandra](database/cassandra) ([todo #164](https://github.com/mattes/migrate/issues/164))
* [SQLite](database/sqlite) ([todo #165](https://github.com/mattes/migrate/issues/165)) * [SQLite](database/sqlite) ([todo #165](https://github.com/mattes/migrate/issues/165))
* [MySQL/ MariaDB](database/mysql) * [MySQL/ MariaDB](database/mysql)
* [Neo4j](database/neo4j) ([todo #167](https://github.com/mattes/migrate/issues/167)) * [Neo4j](database/neo4j) ([todo #167](https://github.com/mattes/migrate/issues/167))
* [Ql](database/ql) ([todo #168](https://github.com/mattes/migrate/issues/168))
* [MongoDB](database/mongodb) ([todo #169](https://github.com/mattes/migrate/issues/169)) * [MongoDB](database/mongodb) ([todo #169](https://github.com/mattes/migrate/issues/169))
* [CrateDB](database/crate) ([todo #170](https://github.com/mattes/migrate/issues/170)) * [CrateDB](database/crate) ([todo #170](https://github.com/mattes/migrate/issues/170))
* [Shell](database/shell) ([todo #171](https://github.com/mattes/migrate/issues/171)) * [Shell](database/shell) ([todo #171](https://github.com/mattes/migrate/issues/171))
@ -42,8 +42,8 @@ Source drivers read migrations from local or remote sources. [Add a new source?]
* [Filesystem](source/file) - read from fileystem (always included) * [Filesystem](source/file) - read from fileystem (always included)
* [Go-Bindata](source/go-bindata) - read from embedded binary data ([jteeuwen/go-bindata](https://github.com/jteeuwen/go-bindata)) * [Go-Bindata](source/go-bindata) - read from embedded binary data ([jteeuwen/go-bindata](https://github.com/jteeuwen/go-bindata))
* [Github](source/github) - read from remote Github repositories * [Github](source/github) - read from remote Github repositories
* [AWS S3](source/aws-s3) - read from Amazon Web Services S3 ([todo #162](https://github.com/mattes/migrate/issues/162)) * [AWS S3](source/aws-s3) - read from Amazon Web Services S3
* [Google Cloud Storage](source/google-cloud-storage) - read from Google Cloud Platform Storage ([todo #163](https://github.com/mattes/migrate/issues/163)) * [Google Cloud Storage](source/google-cloud-storage) - read from Google Cloud Platform Storage