KittyORM
KittyORM is an ORM library designed for use with Android and SQLite.
KittyORM is an Object-Relational Mapping library designed for use with Android and SQLite. It implements Data Mapper pattern design and its main purpose is to simplify interaction with SQLite database in Android applications. Written in Java 7 it supports devices from API level 9 Android.
Main features we want to achieve with KittyORM are:
* simple and clear API;
* high flexibility of working with model POJO files via database mappers that grants you an ability to focus on your...