# Alan-db **Repository Path**: alanplus/Alan-db ## Basic Information - **Project Name**: Alan-db - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-13 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: Sqlite ## README [TOC] ## 数据库封装 ### 使用 ``` allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` ``` dependencies { implementation 'com.github.alanplus:Alan-db:1.4' implementation 'net.zetetic:android-database-sqlcipher:4.0.0@aar' } ```