diff --git a/README.md b/README.md index 86e76b8..71f21e4 100644 --- a/README.md +++ b/README.md @@ -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)