LitePal for Android

官网

https://github.com/guolindev/LitePal

中文文档

https://blog.csdn.net/guolin_blog/category_9262963.html

简介

An Android library that makes developers use SQLite database extremely easy.

LitePal is an open source Android library that allows developers to use SQLite database extremely easy. You can finish most of the database operations without writing even a SQL statement, including create or upgrade tables, crud operations, aggregate functions, etc. The setup of LitePal is quite simple as well, you can integrate it into your project in less than 5 minutes.

Experience the magic right now and have fun!

Features

  • Using object-relational mapping (ORM) pattern.
  • Almost zero-configuration(only one configuration file with few properties).
  • Maintains all tables automatically(e.g. create, alter or drop tables).
  • Multi databases supported.
  • Encapsulated APIs for avoiding writing SQL statements.
  • Awesome fluent query API.
  • Alternative choice to use SQL still, but easier and better APIs than the originals.
  • More for you to explore.
相关推荐
2603_954138391 小时前
安卓误删文件先别慌!5个实用小技巧指南教你补救
android·智能手机
波诺波2 小时前
5-SOFA可变形的3D物体 5-elasticity.scn
android
2501_915909064 小时前
iOS应用性能优化:十大策略提升用户体验与开发效率
android·ios·小程序·https·uni-app·iphone·webview
abcy0712134 小时前
python在models定义了一个对象,接口调用时报错对象不存在models.xx.DoesNotExist
数据库·sqlite
sun0077004 小时前
打通android全链路,网卡驱动, 内核 , 到上层hal, framework
android
awu的Android笔记4 小时前
Android VpnService:如何把所有流量导入用户态
android
plainGeekDev5 小时前
AlertDialog → DialogFragment
android·java·kotlin
流星白龙5 小时前
【MySQL高阶】13.其他存储引擎
android·数据库·mysql
Lyyaoo.5 小时前
【MySQL】SQL优化
android·sql·mysql
ImTryCatchException5 小时前
Android 性能优化实战手册:从理论到落地的完整方法论
android·性能优化