Goals - XMitya/clear_orm GitHub Wiki

This project aims to create a simple in use Android ORM code, which has a most common functions and which will used not like a library but inserts directly in Android project. So developer avoids linking to external libraries and has simple to read and lite code, which could be simply scaled and modified. If there no some function - just add one.

Maybe is a good approach to make it simple to increase number of functions by adding additional source files. For instance, you want many-to-many relations, just add two files in project and whoala!