easy5weikai

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开发者

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-05-12
  • 2021-04-05
猜你喜欢
  • 2021-12-27
  • 2021-09-22
  • 2021-11-23
  • 2021-07-25
  • 2021-11-22
  • 2022-12-23
相关资源
相似解决方案