From d84c8fdff305cc63344d7796eb279900460956c8 Mon Sep 17 00:00:00 2001 From: Braisdom Date: Mon, 29 Mar 2021 14:42:33 +0800 Subject: [PATCH] Add ObjectiveSql --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a280ccc..a9e5ae8 100644 --- a/README.md +++ b/README.md @@ -745,6 +745,7 @@ _APIs that handle the persistence of objects._ - [MyBatis](https://github.com/mybatis/mybatis-3) - Couples objects with stored procedures or SQL statements. - [Permazen](https://github.com/permazen/permazen) - Language-natural persistence layer. - [SimpleFlatMapper](https://github.com/arnaudroger/SimpleFlatMapper) - Simple database and CSV mapper. +- [ObjectiveSql](https://github.com/braisdom/ObjectiveSql) - ActiveRecord ORM for rapid development and convention over configuration. ### PaaS