https://github.com/simolus3/sqlite-native-libraries
Plain native sqlite3 libraries for Android (no JNI bindings)
https://github.com/simolus3/sqlite-native-libraries
Last synced: about 1 year ago
JSON representation
Plain native sqlite3 libraries for Android (no JNI bindings)
- Host: GitHub
- URL: https://github.com/simolus3/sqlite-native-libraries
- Owner: simolus3
- Created: 2020-01-29T10:13:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-19T22:05:21.000Z (about 1 year ago)
- Last Synced: 2025-03-19T23:21:24.334Z (about 1 year ago)
- Language: CMake
- Size: 115 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Android library containing a precompiled version of `sqlite3`.

It does not contain JNI bindings or any other code, just the native libraries for `dlopen`.
To depend on this, just add the dependency:
```groovy
dependencies {
implementation 'eu.simonbinder:sqlite3-native-library:3.38.1'
}
```