Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.25 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.25 KB

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