You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Super fast and lightweight DB migration tool written in go. migrator outperforms
4
4
5
5
migrator manages and versions all the DB changes for you and completely eliminates manual and error-prone administrative tasks. migrator versions can be used for auditing and compliance purposes. migrator not only supports single schemas, but also comes with a multi-schema support out of the box. Making it an ideal DB migrations solution for multi-tenant SaaS products.
6
6
7
-
migrator runs as a HTTP GrapQL service and can be easily integrated into existing continuous integration and continuous delivery pipelines. migrator can also sync existing migrations from legacy frameworks making the technology switch even more straightforward.
7
+
migrator runs as a HTTP GraphQL service and can be easily integrated into existing continuous integration and continuous delivery pipelines. migrator can also sync existing migrations from legacy frameworks making the technology switch even more straightforward.
8
8
9
9
migrator supports reading DB migrations from:
10
10
@@ -14,9 +14,9 @@ migrator supports reading DB migrations from:
14
14
15
15
migrator supports the following multi-tenant databases:
16
16
17
-
- PostgreSQL 9.3+ (and all its flavours)
18
-
- MySQL 5.6+ (and all its flavours)
19
-
- Microsoft SQL Server 2017+
17
+
- PostgreSQL 9.6+ and all its flavours
18
+
- MySQL 5.6+ and all its flavours
19
+
- Microsoft SQL Server 2008 R2+
20
20
21
21
The official docker image is available on:
22
22
@@ -556,7 +556,7 @@ migrator uses official Azure SDK for Go and supports authentication using Storag
556
556
557
557
Currently migrator supports the following databases including their flavours (like Percona, MariaDB for MySQL, etc.). Please review the Go driver implementation for information about all supported features and how `dataSource` configuration property should look like.
0 commit comments