您的位置:首页 > 移动开发 > Android开发

Android 数据持久化与快速开发

2013-03-16 00:14 337 查看

ORM:

OrmLite- Lightweight Java ORM Supports Android and SQLite

Object Relational Mapping Lite (ORM Lite) provides some lightweight functionality for persisting Java objects to SQL databases while avoiding the complexity and overhead of more standard ORM packages. It supports a number of SQL databases using JDBC and also supports Sqlite with native calls to Android OS database APIs. Documentation about how to configure ORMLite for Android specifically is available in the manual.



ActiveRecord

afinal

greenDAO

Infinitum

ORMDroid

快速开发:

AQuery

GreenDroid

Ignition
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: