SQLCipher Wrapper
Go to file
Michael Bradley, Jr c165282507
chore: update info/links re: dependencies and licensing
2021-01-30 15:49:15 -06:00
.github/workflows ci: revise cache key so that a bump in any submodule will cause a cache miss 2021-01-05 14:32:08 -06:00
sqlcipher feat: embed tiny_sqlite (and expand api) instead of generating wrapper with nimterop 2020-12-16 15:41:31 -06:00
test refactor: adjust Makefile, etc. so that static/shared lib linking works as expected 2020-11-12 14:03:37 -06:00
vendor feat: embed tiny_sqlite (and expand api) instead of generating wrapper with nimterop 2020-12-16 15:41:31 -06:00
.gitattributes refactor: adapt repo to use the nimbus-build-system 2020-10-15 18:18:37 -05:00
.gitignore chore: git should ignore the temporary .nims file created by nimble 2020-12-16 18:26:04 -06:00
.gitmodules feat: embed tiny_sqlite (and expand api) instead of generating wrapper with nimterop 2020-12-16 15:41:31 -06:00
LICENSE refactor: adapt repo to use the nimbus-build-system 2020-10-15 18:18:37 -05:00
Makefile chore: remove stray `:` 2020-12-16 21:41:05 -06:00
README.md chore: update info/links re: dependencies and licensing 2021-01-30 15:49:15 -06:00
env.sh refactor: adapt repo to use the nimbus-build-system 2020-10-15 18:18:37 -05:00
sqlcipher.nim feat: embed tiny_sqlite (and expand api) instead of generating wrapper with nimterop 2020-12-16 15:41:31 -06:00
sqlcipher.nimble chore: update info/links re: dependencies and licensing 2021-01-30 15:49:15 -06:00

README.md

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