Skip to content

Commit

Permalink
#26 update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
bearmug committed Feb 8, 2019
1 parent 71dd0ef commit db1045f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,11 @@ Just call `pure_migrations:migrate/3` (see specification [here](src/engine.erl#L
* `FTx` transaction handler
* `FQuery` database queries execution handler

Please see verified integrations and live code snippets below.
Migration logic is idempotent and could be executed multiple times
against the same database with the same migration scripts set. Moreover,
it is safe to migrate your database concurrently (as a part of nodes
startup in scalable environments for example). Please see verified
integrations and live code snippets below.

## Compatibility table
All integrations validated against PostgreSQL 9.4/9.6
Expand Down

0 comments on commit db1045f

Please sign in to comment.