From 184e812a5130a7dbce873632e561bd4296b7b6c9 Mon Sep 17 00:00:00 2001 From: Mark Date: Mon, 2 Mar 2015 21:46:39 -0500 Subject: [PATCH] Added OrmLite to ORM list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 005b49d..e3ee2c2 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Ebean](http://ebean-orm.github.io/) - ORM Framework that provides fast data access and even faster coding. * [EclipseLink](https://www.eclipse.org/eclipselink/) - Supports a number of persistence standards: JPA, JAXB, JCA and SDO. * [Hibernate](http://hibernate.org/orm/) - Robust and widely used with an active community. +* [OrmLite](http://ormlite.com/) - Lightweight ORM package avoiding the complexity and overhead of other ORM products. ## PDF