Awesome
nim-sqlcipher
Nim wrapper for SQLCipher. It builds SQLCipher and provides a simple API based on tiny_sqlite.
Requirements
# Linux
sudo apt install libssl-dev
# MacOS
brew install openssl
# Windows (msys2)
pacman -S mingw-w64-x86_64-openssl
Usage
TODO
License
Wrapper License
Licensed and distributed under the MIT License.
Dependency Licenses
- OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE.txt
- SQLCipher https://github.com/sqlcipher/sqlcipher/blob/master/LICENSE
- nim-stew https://github.com/status-im/nim-stew#license
- nimbus-build-system https://github.com/status-im/nimbus-build-system/#license
- tiny_sqlite https://github.com/GULPF/tiny_sqlite/blob/master/LICENSE