From 368cae2c6b9c6832b90e071c3a90a7266102e6fe Mon Sep 17 00:00:00 2001 From: akullpp Date: Thu, 25 May 2017 12:44:08 +0200 Subject: [PATCH] Add SimpleFlatMapper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 467ab35..628db42 100644 --- a/README.md +++ b/README.md @@ -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.