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.
相关推荐
giaoho1 小时前
Android 系统架构
android·系统架构
m0_659394004 小时前
常见的cms框架的webshell方法
android
fatiaozhang95274 小时前
中兴云电脑W101D2-晶晨S905L3A-2G+8G-安卓9-线刷固件包
android·网络·电脑·电视盒子·刷机固件·机顶盒刷机
IT乐手6 小时前
java 或 安卓项目中耗时统计工具类
android·java
wang_hao..6 小时前
Day4.AndroidAudio初始化
android·音频
维尔切6 小时前
Linux中ssh远程登录原理与配置
android·linux·ssh
louisgeek7 小时前
Android Media3 PlayerView 监听 SurfaceTextureListener
android
踏过山河,踏过海8 小时前
Django自带的加密算法
数据库·django·sqlite
广煜永不挂科8 小时前
Android Studio关于Connection refused: connect报错
android·ide·android studio
林林要一直努力8 小时前
Android Studio安装,SDK、Gradle、模拟器、AS路径改为非C盘(Windows为例)
android·ide·android studio