# sqlite3.dart **Repository Path**: helloskyless/sqlite3.dart ## Basic Information - **Project Name**: sqlite3.dart - **Description**: 鸿蒙sqlite3适配 - **Primary Language**: Dart - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-11-27 - **Last Updated**: 2024-12-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sqlite3.dart #### Description 鸿蒙sqlite3适配 ohos/libs/arm64-v8a/目录下的libsqlite3.so已通过lycium编译出来 #### 使用示例: ```yaml dependencies: flutter: sdk: flutter shared_preferences: git: url: "https://gitee.com/openharmony-sig/flutter_packages.git" path: "packages/shared_preferences/shared_preferences" shared_preferences_platform_interface: ^2.3.0 drift: ^2.7.0 sqlite3: git: url: "https://gitee.com/helloskyless/sqlite3.dart.git" path: "sqlite3" sqlite3_flutter_libs: git: url: "https://gitee.com/helloskyless/sqlite3.dart.git" path: "sqlite3_flutter_libs" path_provider: git: url: "https://gitee.com/openharmony-sig/flutter_packages.git" path: "packages/path_provider/path_provider" path_provider_platform_interface: ^2.0.0 #版本覆盖 dependency_overrides: path_provider: git: url: "https://gitee.com/openharmony-sig/flutter_packages.git" path: "packages/path_provider/path_provider" path_provider_platform_interface: ^2.0.0 shared_preferences: git: url: "https://gitee.com/openharmony-sig/flutter_packages.git" path: "packages/shared_preferences/shared_preferences" shared_preferences_platform_interface: ^2.3.0 sqlite3: git: url: "https://gitee.com/helloskyless/sqlite3.dart.git" path: "sqlite3" sqlite3_flutter_libs: git: url: "https://gitee.com/helloskyless/sqlite3.dart.git" path: "sqlite3_flutter_libs" ```