Update README.md

This commit is contained in:
Adrian Macneil 2017-05-14 16:08:15 -07:00 committed by GitHub
parent 501c9caa62
commit 12e798c691

View file

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