
litepal
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.
- License: Apache License 2.0
- 1 stars
- svn-based source control
Labels:
android
orm
database
sql
objective
relational
tablemanage
object2related