From 76cbdfff8b05c1095e80c91022b0fb05cfa3c4c4 Mon Sep 17 00:00:00 2001 From: arkanovicz Date: Sat, 1 Feb 2020 17:01:58 +0100 Subject: [PATCH] [databases] Add Modality ORM library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 515b547..6d3a703 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ _Everything that simplifies interactions with the database._ - [Liquibase](http://www.liquibase.org) - Database-independent library for tracking, managing and applying database schema changes. - [MapDB](http://www.mapdb.org) - Embedded database engine that provides concurrent collections backed on disk or in off-heap memory. - [MariaDB4j](https://github.com/vorburger/MariaDB4j) - Launcher for MariaDB that requires no installation or external dependencies. +- [Modality](https://github.com/arkanovicz/modality) - Lightweight ORM with database reverse engineering features. - [Presto](https://prestosql.io) - Distributed SQL query engine for big data. - [Querydsl](http://www.querydsl.com) - Typesafe unified queries. - [Realm](https://github.com/realm/realm-java) - Mobile database to run directly inside phones, tablets or wearables.