/cheep-orm

Object-to-database row-mapper

Primary LanguageJavaApache License 2.0Apache-2.0

Build Status Cheep ORM

What is it?

Cheep ORM is a simple reflection-based object relational mapping. It does not attempt to solve the Object-Relational mapping impedance mismatch, but opts for the "Acceptance of ORM limitations" solution.

It is best described as an Object-Row mapping - using reflection and JPA to perform CRUD operations on database rows, with some sugar for listing and iterating result sets.

Licensing:

This library is released under the LGPL, like many other libraries, which means you are free to use it in commercial products. The main requirement is that you distribute the source code of this library (including any modifications) with your application. It doesn't impose obligations on your own code. See http://stackoverflow.com/questions/919549/lgpl-licensed-library for a good summary.

If you have any questions, feel free to contact me via @davidcarboni or find me on GitHub at https://github.com/davidcarboni.

David Carboni