mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Add MySQL support
This commit is contained in:
parent
5211670904
commit
c402613c6c
7 changed files with 399 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ Dbmate is a database migration tool, to keep your database schema in sync across
|
|||
|
||||
## Features
|
||||
|
||||
* Currently supports PostgreSQL only.
|
||||
* Supports PostgreSQL and MySQL.
|
||||
* Powerful, [purpose-built DSL](https://en.wikipedia.org/wiki/SQL#Data_definition) for writing schema migrations.
|
||||
* Migrations are timestamp-versioned, to avoid version number conflicts with multiple developers.
|
||||
* Supports creating and dropping databases (handy in development/test).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue