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.
相关推荐
、BeYourself4 分钟前
Intent :跳转与数据传递的正确打开方式
android·android-studio
灵感菇_8 分钟前
Android 列表控件全面解析:ListView 与 RecyclerView
android·ui
2601_9498095926 分钟前
flutter_for_openharmony家庭相册app实战+照片详情实现
android·java·flutter
fundroid30 分钟前
Kotlin 泛型进阶:in、out 与 reified 实战
android·开发语言·kotlin
Android系统攻城狮32 分钟前
Android tinyalsa深度解析之pcm_open调用流程与实战(一百零三)
android·pcm·tinyalsa·音频进阶·音频性能实战·android hal
2501_9444480038 分钟前
Flutter for OpenHarmony衣橱管家App实战:意见反馈功能实现
android·javascript·flutter
风流倜傥唐伯虎41 分钟前
./gradlew assembleDebug和gradle build区别
android·android studio
有位神秘人41 分钟前
Android中获取当前设备的宽高与屏幕密度等数据的工具类
android
那年我七岁42 分钟前
android ndk c++ 绘制图片方式
android·c++·python
Java后端的Ai之路42 分钟前
【Python教程10】-开箱即用
android·开发语言·python