Android开源项目发现--- 工具类数据库ORM篇(持续更新)

orm的db工具类,简化建表、查询、更新、插入、事务、索引的操作
1. greenDAO Android Sqlite orm的db工具类
项目地址:https://github.com/greenrobot/greenDAO
文档介绍:http://greendao-orm.com/documentation/
官方网站:http://greendao-orm.com/
特点:(1)性能佳
(2) 简单易用的API
(3) 内存小好小
(4) 库大小小

2. ActiveAndroid Android Sqlite orm的db工具类
项目地址:https://github.com/pardom/ActiveAndroid
文档介绍:https://github.com/pardom/ActiveAndroid/wiki/_pages

3. Sprinkles Android Sqlite orm的db工具类
项目地址:https://github.com/emilsjolander/sprinkles
文档介绍:http://emilsjolander.github.io/blog/2013/12/18/android-with-sprinkles/
特点:比较显著的特点就是配合https://github.com/square/retrofit能保存从服务器获取的数据

4.ormlite-android
项目地址:https://github.com/j256/ormlite-android
文档介绍:http://ormlite.com/sqlite_java_android_orm.shtml

5.ContentProviderCodeGenerator自动生成ContentProvider代码

项目地址:https://github.com/foxykeep/ContentProviderCodeGenerator

6.android-contentprovider-generator.同5功能一样

项目地址:https://github.com/BoD/android-contentprovider-generator

上一篇:计算机网络 实验之 socket编程之 socket()函数用法详解:创建套接字


下一篇:SQL中常用字符串函数