From f8e6eee1f71625b6ef934620653f39401b8f4ffd Mon Sep 17 00:00:00 2001 From: "pavel.ponec" Date: Fri, 21 Aug 2026 20:39:26 +0200 Subject: [PATCH] Add Ujorm to ORM --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 12ab52b4..c5c8e76d 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -824,6 +824,7 @@ _APIs that handle the persistence of objects._ - [ObjectiveSql](https://github.com/braisdom/ObjectiveSql) - ActiveRecord ORM for rapid development and convention over configuration. - [Permazen](https://github.com/permazen/permazen) - Language-natural persistence layer. - [SimpleFlatMapper](https://github.com/arnaudroger/SimpleFlatMapper) - Simple database and CSV mapper. +- [Ujorm](https://github.com/pponec/ujorm) - Maps rows to JavaBeans or Java records with no third-party runtime dependencies, deliberately omitting lazy loading, 1:M collections and transaction management. ### PaaS