mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2025-12-11 23:50:04 +01:00
Update README.md
This commit is contained in:
parent
501c9caa62
commit
12e798c691
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ For a comparison between dbmate and other popular database schema migration tool
|
|||
* Supports MySQL, PostgreSQL, and SQLite.
|
||||
* 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.
|
||||
* Migrations are run atomically inside a transaction.
|
||||
* Supports creating and dropping databases (handy in development/test).
|
||||
* Database connection URL is definied using an environment variable (`DATABASE_URL` by default), or specified on the command line.
|
||||
* Built-in support for reading environment variables from your `.env` file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue