navigation

What is KittyORM?

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:

Main idea of creating KittyORM is to offer a tool that would suit both people who want to use all power of SQLite and people who want just to work with simple database of few tables to store data without messing with raw SQL.

So, what KittyORM has right now?

alt text alt text alt text alt text alt text alt text alt text

Things to do in future releases:

And some other features as well.