Skip to content

Commit 6058d60

Browse files
authored
Update README.md
1 parent a471174 commit 6058d60

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Super fast and lightweight DB migration tool written in go. migrator outperforms
44

55
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.
66

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.
88

99
migrator supports reading DB migrations from:
1010

@@ -14,9 +14,9 @@ migrator supports reading DB migrations from:
1414

1515
migrator supports the following multi-tenant databases:
1616

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+
2020

2121
The official docker image is available on:
2222

@@ -556,7 +556,7 @@ migrator uses official Azure SDK for Go and supports authentication using Storag
556556

557557
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.
558558

559-
## PostgreSQL 9.3+
559+
## PostgreSQL 9.6+
560560

561561
Schema-based multi-tenant database, with transactions spanning DDL statements, driver used: https://github.com/lib/pq.
562562

@@ -580,14 +580,11 @@ The following versions and flavours are supported:
580580
- Amazon Aurora MySQL - MySQL-compatible relational database built for the cloud
581581
- Google CloudSQL MySQL - MySQL-compatible relational database built for the cloud
582582

583-
## Microsoft SQL Server 2017+
583+
## Microsoft SQL Server 2008 R2+
584584

585585
A relational database management system developed by Microsoft, driver used: https://github.com/denisenkom/go-mssqldb.
586586

587-
The following versions are supported:
588-
589-
- Microsoft SQL Server 2017
590-
- Microsoft SQL Server 2019
587+
The Go driver supports all Microsoft SQL Server versions starting with 2008 R2+.
591588

592589
# Customisation and legacy frameworks support
593590

0 commit comments

Comments
 (0)