From 750b69c70c353f28f127d9b9b05ca0c2e6b47681 Mon Sep 17 00:00:00 2001 From: Hossein Bakhtiari Date: Wed, 19 Aug 2026 01:47:25 +0200 Subject: [PATCH] Add Ekbatan to ORM Modern Java persistence framework for event-driven systems, with an ergonomic outbox that commits state and events in one transaction. Co-Authored-By: Claude Opus 5 (1M context) --- README_SOURCE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_SOURCE.md b/README_SOURCE.md index 916ebcdd..1f0c1dd6 100644 --- a/README_SOURCE.md +++ b/README_SOURCE.md @@ -813,6 +813,7 @@ _APIs that handle the persistence of objects._ - [Doma](https://github.com/domaframework/doma) - Database access framework that verifies and generates source code at compile time using annotation processing as well as native SQL templates called two-way SQL. - [Ebean](https://github.com/ebean-orm/ebean) - Provides simple and fast data access. - [EclipseLink](https://github.com/eclipse-ee4j/eclipselink) - Supports a number of persistence standards: JPA, JAXB, JCA and SDO. +- [Ekbatan](https://github.com/ekbatan-io/ekbatan) - Modern Java persistence framework for event-driven systems, with an ergonomic outbox that commits state and events in one transaction. - [Hibernate](https://github.com/hibernate/hibernate-orm) - Robust and widely used, with an active community. - [MyBatis](https://github.com/mybatis/mybatis-3) - Couples objects with stored procedures or SQL statements. - [mybatis-dynamic](https://github.com/myacelw/mybatis-dynamic) - Code-first dynamic ORM for MyBatis with runtime schema modification.