A lightweight SQLite3 C++ wrapper for Android, iOS, Unix and Unix-like operating system(including SQLite3 encryption extension)
SQLitencrypt is base on native C APIs of sqlite3 and use the the encryption extension of wxsqlite3.
- cmake
- c++ compiler support for c++11
- android-sdk
- android-ndk
TODO
git clone --recursive [email protected]:robchou/sqlitencrypt.git
cd sqlitencrypt
mkdir build && cd build
cmake ..
make
cd android
ndk-build
TODO
cd build
./examples/unix_example
TODO
TODO
SQLitencrypt is licensed under the Apache License, Version 2.0.