This repository was archived by the owner on Jun 28, 2018. It is now read-only.
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ Database drivers run migrations. [Add a new database?](database/driver.go)
23
23
24
24
* [ PostgreSQL] ( database/postgres )
25
25
* [ Redshift] ( database/redshift )
26
+ * [ Ql] ( database/ql )
26
27
* [ Cassandra] ( database/cassandra ) ([ todo #164 ] ( https://github.com/mattes/migrate/issues/164 ) )
27
28
* [ SQLite] ( database/sqlite ) ([ todo #165 ] ( https://github.com/mattes/migrate/issues/165 ) )
28
29
* [ MySQL/ MariaDB] ( database/mysql )
29
30
* [ Neo4j] ( database/neo4j ) ([ todo #167 ] ( https://github.com/mattes/migrate/issues/167 ) )
30
- * [ Ql] ( database/ql ) ([ todo #168 ] ( https://github.com/mattes/migrate/issues/168 ) )
31
31
* [ MongoDB] ( database/mongodb ) ([ todo #169 ] ( https://github.com/mattes/migrate/issues/169 ) )
32
32
* [ CrateDB] ( database/crate ) ([ todo #170 ] ( https://github.com/mattes/migrate/issues/170 ) )
33
33
* [ 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?]
42
42
* [ Filesystem] ( source/file ) - read from fileystem (always included)
43
43
* [ Go-Bindata] ( source/go-bindata ) - read from embedded binary data ([ jteeuwen/go-bindata] ( https://github.com/jteeuwen/go-bindata ) )
44
44
* [ Github] ( source/github ) - read from remote Github repositories
45
- * [ AWS S3] ( source/aws-s3 ) - read from Amazon Web Services S3 ( [ todo # 162 ] ( https://github.com/mattes/migrate/issues/162 ) )
46
- * [ Google Cloud Storage] ( source/google-cloud-storage ) - read from Google Cloud Platform Storage ( [ todo # 163 ] ( https://github.com/mattes/migrate/issues/163 ) )
45
+ * [ AWS S3] ( source/aws-s3 ) - read from Amazon Web Services S3
46
+ * [ Google Cloud Storage] ( source/google-cloud-storage ) - read from Google Cloud Platform Storage
47
47
48
48
49
49
You can’t perform that action at this time.
0 commit comments