Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brodycj/android-sqlcipher-cursor-query-native-driver-test
https://github.com/brodycj/android-sqlcipher-cursor-query-native-driver-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/brodycj/android-sqlcipher-cursor-query-native-driver-test
- Owner: brodycj
- License: apache-2.0
- Created: 2015-08-17T14:01:28.000Z (over 9 years ago)
- Default Branch: test-master
- Last Pushed: 2015-08-19T07:50:47.000Z (over 9 years ago)
- Last Synced: 2024-07-31T00:17:04.290Z (5 months ago)
- Language: C++
- Size: 29.8 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
Android sqlcipher cursor query native driver (test)
===================================================Native implementation of sqlcipher functionaity based on
sqlcipher/android-database-sqlcipher in the following classes:
- com.test.db.CursorWindow
- io.liteglue.SQLiteNativeThese classes can be used to build a version of the Android sqlite database
classes that can be used to access SQLCipher or other sqlite derivatives
such as Spatialite.SQLiteNative, based on Android-sqlite-native-driver and generated using Gluegen,
exports basic sqlite access functionaity through some static native functions.The CursorWindow implementation is NOW based on Android 5.0/5.1 and exports
its native functionality through static native functions.This implementation now uses 64-bit pointer handles and *should* 64-bit CPU safe.