From c1ef5ff239f4d67f0a6c5e12367340d5ba81e374 Mon Sep 17 00:00:00 2001 From: Kirill Zinov Date: Sun, 26 Dec 2021 16:33:34 +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 b82b6ab..ba2d78d 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ Thinking in Java book is written by Bruce Eckel who is also the author of Thinki * [eXist](https://github.com/eXist-db/exist) - A NoSQL document database and application platform. * [FlexyPool](https://github.com/vladmihalcea/flexy-pool) - Brings metrics and failover strategies to the most common connection pooling solutions. * [Flyway](https://flywaydb.org/) - Simple database migration tool. +* [Rumba RDBM](https://www.dbinvent.com/) - Database schema migration tool, plain-SQL, and declarative schema definition supported. * [H2](http://h2database.com/) - Small SQL Database notable for its in-memory functionality. * [HikariCP](https://github.com/brettwooldridge/HikariCP) - High performance JDBC connection pool. * [JDBI](http://jdbi.org/) - Convenient abstraction of JDBC.