Add Schema migration tools (and pgmigrate) as a new section

This commit is contained in:
lius 2016-10-14 13:53:45 -03:00 committed by GitHub
parent cedae811c9
commit 9d7797a28f

View File

@ -106,6 +106,10 @@ A curated list of awesome PostgreSQL software, libraries, tools and resources, i
* [PostgREST](https://github.com/begriffs/postgrest) - PostgREST serves a fully RESTful API from any existing PostgreSQL database
* [yoke](https://github.com/nanopack/yoke) - Postgres high-availability cluster with auto-failover and automated cluster recovery
### Schema migration tools
* [pgmigrate](https://github.com/yandex/pgmigrate) - CLI tool to evolve schema migrations, developed by Yandex.
### Language bindings
* Common Lisp: [Postmodern](https://github.com/marijnh/Postmodern)
* Elixir: [postgrex](https://github.com/elixir-ecto/postgrex)