# xDbUtils **Repository Path**: zzhhz/xDbUtils ## Basic Information - **Project Name**: xDbUtils - **Description**: 数据库操作 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-19 - **Last Updated**: 2024-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 对xUtils的分解 -> 数据库模块 版本:![avatar](https://img.shields.io/maven-central/v/com.gitee.zzhhz/xDbUtils) 对数据库进行加密存储,主要用的是sqlcipher http://sqlcipher.net 使用到的依赖库: api 'net.zetetic:android-database-sqlcipher:4.5.1@aar' 使用方式 ```groovy build.gradle dependencies{ implementation 'com.gitee.zzhhz:xDbUtils:${version}' } ```