Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T22:49:07.000Z (over 3 years ago)
- Last Synced: 2024-05-18T14:34:27.705Z (6 months ago)
- Language: Nim
- Size: 155 KB
- Stars: 4
- Watchers: 18
- 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
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![Stability: experimental](https://img.shields.io/badge/Stability-experimental-orange.svg)
[![Tests (GitHub Actions)](https://github.com/status-im/nim-sqlcipher/workflows/Tests/badge.svg?branch=master)](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