https://github.com/status-im/nim-sqlcipher
SQLCipher Wrapper
https://github.com/status-im/nim-sqlcipher
Last synced: 3 months ago
JSON representation
SQLCipher Wrapper
- Host: GitHub
- URL: https://github.com/status-im/nim-sqlcipher
- Owner: status-im
- License: mit
- Created: 2020-05-12T11:58:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T22:49:07.000Z (almost 4 years ago)
- Last Synced: 2025-02-22T17:43:34.181Z (3 months ago)
- Language: Nim
- Size: 155 KB
- Stars: 4
- Watchers: 17
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nim - sqlcipher - SQLCipher wrapper. (Data / Database)
README
# nim-sqlcipher
[](https://opensource.org/licenses/MIT)

[](https://github.com/status-im/nim-sqlcipher/actions?query=workflow%3ATests+branch%3Amaster)Nim wrapper for [SQLCipher](https://github.com/sqlcipher/sqlcipher). It builds SQLCipher and provides a simple API based on [tiny_sqlite](https://github.com/GULPF/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](https://github.com/status-im/nim-sqlcipher/blob/master/LICENSE).
### Dependency Licenses
- OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE.txt
- SQLCipher https://github.com/sqlcipher/sqlcipher/blob/master/LICENSE
- nim-stew https://github.com/status-im/nim-stew#license
- nimbus-build-system https://github.com/status-im/nimbus-build-system/#license
- tiny_sqlite https://github.com/GULPF/tiny_sqlite/blob/master/LICENSE