SQLCipher Wrapper
Go to file
Michael Bradley, Jr c06110bc81 test: Windows PATH mod for running tests can be simplified with assumption of msys2 environment 2020-12-16 10:56:47 -06:00
.github/workflows ci: small adjustments to GitHub Actions workflow 2020-12-16 10:56:47 -06:00
generator refactor: adjust Makefile, etc. so that static/shared lib linking works as expected 2020-11-12 14:03:37 -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: generic query support 2020-11-26 12:02:58 +11:00
.gitattributes refactor: adapt repo to use the nimbus-build-system 2020-10-15 18:18:37 -05:00
.gitignore refactor: adapt repo to use the nimbus-build-system 2020-10-15 18:18:37 -05:00
.gitmodules feat: generic query support 2020-11-26 12:02:58 +11:00
LICENSE refactor: adapt repo to use the nimbus-build-system 2020-10-15 18:18:37 -05:00
Makefile test: Windows PATH mod for running tests can be simplified with assumption of msys2 environment 2020-12-16 10:56:47 -06:00
README.md refactor: adapt repo to use the nimbus-build-system 2020-10-15 18:18:37 -05:00
env.sh refactor: adapt repo to use the nimbus-build-system 2020-10-15 18:18:37 -05:00
sqlcipher.nim feat: generic query support 2020-11-26 12:02:58 +11:00
sqlcipher.nimble refactor: adjust Makefile, etc. so that static/shared lib linking works as expected 2020-11-12 14:03:37 -06:00

README.md

nim-sqlcipher

License: MIT Stability: experimental Tests (GitHub Actions)

A nim wrapper for the SQLCipher. It builds SQLCipher and provides a simple API based on the Tiny_SQLite nimble package

Requirements

# Linux
sudo apt install libssl-dev

# MacOS
brew install openssl

# Windows
¯\_(ツ)_/¯

Usage

TODO

License

Wrapper License

This repository is licensed and distributed under either of

Dependency Licenses