Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1001 Bytes

lib-sqlite.md

File metadata and controls

33 lines (19 loc) · 1001 Bytes

LibSqlite

LibSqlite Github Maven Central

功能简介

Sqlite封装,同时提供了一个key-value的基本数据库

组件信息

引用仓库

引用仓库可以参考 组件使用 中添加依赖的部分

组件使用

implementation 'com.bihe0832.android:lib-sqlite:+'

组件功能

BaseDBHelper && BaseTableModel

  • 简单的SQLiteOpenHelper封装及ContentValues工具类封装

CommonDBManager

  • 基于 BaseDBHelper 和 BaseTableModel 封装的 key-value 存储数据库

  • 提供,数据插入、查询、删除的基本功能,不支持获取全部数据