mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
parent
e5ade066a2
commit
325624dbe6
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ For a comparison between dbmate and other popular database schema migration tool
|
|||
## Features
|
||||
|
||||
* Supports MySQL, PostgreSQL, and SQLite.
|
||||
* Powerful, [purpose-built DSL](https://en.wikipedia.org/wiki/SQL#Data_definition) for writing schema migrations.
|
||||
* Uses plain SQL for writing schema migrations.
|
||||
* Migrations are timestamp-versioned, to avoid version number conflicts with multiple developers.
|
||||
* Migrations are run atomically inside a transaction.
|
||||
* Supports creating and dropping databases (handy in development/test).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue