Skip to content

robchou/sqlitencrypt

Repository files navigation

SQLitencrypt

A lightweight SQLite3 C++ wrapper for Android, iOS, Unix and Unix-like operating system(including SQLite3 encryption extension)

Introduction

SQLitencrypt is base on native C APIs of sqlite3 and use the the encryption extension of wxsqlite3.

Getting Started

Requirements

Unix

  1. cmake
  2. c++ compiler support for c++11

Android

  1. android-sdk
  2. android-ndk

iOS

TODO

Get source

git clone --recursive [email protected]:robchou/sqlitencrypt.git

Comiple

Unix

cd sqlitencrypt
mkdir build && cd build
cmake ..
make

Android

cd android
ndk-build

iOS

TODO

Examples

Unix

cd build
./examples/unix_example

Android

TODO

iOS

TODO

License

SQLitencrypt is licensed under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published