Add SimpleFlatMapper

This commit is contained in:
akullpp
2017-05-25 12:44:08 +02:00
parent 8335855fdd
commit 368cae2c6b

View File

@ -609,6 +609,7 @@ A curated list of awesome Java frameworks, libraries and software.
*APIs that handle the persistence of objects.*
* [SimpleFlatMapper](https://github.com/arnaudroger/SimpleFlatMapper) - Simple database and CSV mapper.
* [Apache Cayenne](http://cayenne.apache.org/) - Provides clean, static API for data access. Also includes GUI Modeler for working with database mappings, DB reverse engineering and generation.
* [Ebean](http://ebean-orm.github.io/) - Provides simple and fast data access.
* [EclipseLink](https://www.eclipse.org/eclipselink/) - Supports a number of persistence standards: JPA, JAXB, JCA and SDO.