Skip to content

status-im/nim-sqlcipher

Repository files navigation

nim-sqlcipher

License: MIT Stability: experimental Tests (GitHub Actions)

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