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.
相关推荐
阿巴斯甜4 小时前
ARouter
android
Andya_net6 小时前
MySQL | MySQL 8.0 权限管理实践-精确赋予库、表只读等权限
android·数据库·mysql
阿巴斯甜6 小时前
Map
android
巫山老妖6 小时前
鹅厂十年:三段式技术成长复盘
android·人工智能·程序员
阿巴斯甜6 小时前
List集合
android
ooseabiscuit7 小时前
Laravel6.x核心优化与特性全解析
android·开发语言·javascript
阿巴斯甜9 小时前
Kotlin 协程 Coroutine
android
Jomurphys9 小时前
Compose 适配 - 通过 UiMediaScope 获取设备信息
android·compose
阿巴斯甜9 小时前
必看12
android
阿巴斯甜9 小时前
必看11
android