Add MySQL support

This commit is contained in:
Adrian Macneil 2015-11-30 22:05:23 -08:00
parent 5211670904
commit c402613c6c
7 changed files with 399 additions and 6 deletions

View file

@ -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).