From 439ebacb7cc98536ff7cbca23197d57d4ea439de Mon Sep 17 00:00:00 2001 From: Kirill Zinov Date: Wed, 22 Dec 2021 22:21:54 +0200 Subject: [PATCH] Update README.md One more database migration tool for your list. No heavy dependencies like JVM. Currently focused on PostgreSQL. Samples: https://github.com/DBinvent/rdbm --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9d4075..f2c3d6b 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ Terraform lets you manage a lot of things in plain-text, including Cloud Assets, - [flyway](https://flywaydb.org/) - Version control for your database. - [MyBatis](http://www.mybatis.org/migrations/) - [Liquibase](https://www.liquibase.org/) - Source Control for your database +- [Rumba RDBM](https://www.dbinvent.com/) - Database schema migration tool, plain-SQL, and declarative schema definition supported. ## Backups