emizzle 72aa518280
feat: Add dbIgnore pragma
dbIgnore allows an object prooperty to be specified on an object without it being assumed to be a column in the database.

When unpacking a row in to the object, the dbIgnore pragma is checked, and if it is specified, the object property's is not initialised from the DB.
2020-12-21 13:59:38 +11:00
2020-12-16 21:41:05 -06:00
2020-12-21 13:59:38 +11:00

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

Description
SQLCipher Wrapper
Readme MIT
Languages
Nim 87.3%
Makefile 12.1%
Shell 0.6%