SQLCipher Wrapper
Go to file
Richard Ramos 6fbfdc7a5c
convenience api ft.2
2020-05-12 23:07:06 -04:00
src convenience api ft.2 2020-05-12 23:07:06 -04:00
test convenience api ft.2 2020-05-12 23:07:06 -04:00
.gitignore fix: dynamic lib 2020-05-12 17:48:04 -04:00
LICENSE Initial commit 2020-05-12 07:58:03 -04:00
README.md Update README.md 2020-05-12 17:49:50 -04:00
sqlcipher.nimble convenience api v1 2020-05-12 22:26:24 -04:00

README.md

nim-sqlcipher-abi

License: MIT Stability: experimental

A low-level Nim wrapper for the SQLCipher. Builds and exposes the raw C API of SQLCipher.

Requirements

# Linux
sudo apt install libssl-dev

# MacOS
brew install openssl

# Windows
¯\_(ツ)_/¯

Usage

TODO

Versioning

The library generally follows the upstream version number, adding one more number for its own purpose

License

Wrapper License

This repository is licensed and distributed under either of

Dependency Licenses