litepal


LitePal is an Android open source project to help developers manage their tables much simpler.

LitePal uses the ORM concept into android project.

You can use it to manager your tables in database without write even a SQL statement. All you need to do is define your model class, write the fields you need into class and put the class's full into mapping list. Then you can run your application, and everything about tables in database will be done automatically.

This is the magic created by Litepal. Enjoy it!!

Project Information

The project was created on Sep 24, 2012.

Labels:
android orm database sql objective relational tablemanage object2related