22. Android开发笔记:持久化(三):数据库存储之框架

1.LitePal简介

LitePal是一款开源的Android数据库框架,它采用了对象关系映射(ORM)的模式,
并将我们平时开发最常用到的一些数据库功能进行了封装,使得不用编写一行SQL语句就可以完成各种建表和増删改查的操作。LitePal的项目主页上也有详细的使用文档,

Githun地址

2.GreenDao

greenDAO
greenDAO is a light & fast ORM for Android that maps objects to SQLite databases. Being highly optimized for Android, greenDAO offers great performance and consumes minimal memory.

Home page, documentation, and support links: https://greenrobot.org/greendao/

Githun地址
官方GetStart
GreenDAO 3.2.2 简单入门
GreenDao使用总结

3.Room

Android开发者

posted @ 2020-03-28 20:35  easy5  阅读(270)  评论(0)    收藏  举报