Add ObjectiveSql

This commit is contained in:
Braisdom
2021-03-29 14:42:33 +08:00
committed by GitHub
parent 98ecbd6b63
commit d84c8fdff3

View File

@ -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