2020-05-12 23:14:38 -04:00
# nim-sqlcipher
2020-05-12 10:50:43 -04:00
[![License: MIT ](https://img.shields.io/badge/License-MIT-blue.svg )](https://opensource.org/licenses/MIT)
2020-09-25 16:01:48 -05:00
![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)
2020-05-12 10:50:43 -04:00
2021-01-30 15:33:48 -06:00
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 ).
2020-05-12 10:50:43 -04:00
2020-05-12 17:48:04 -04:00
## Requirements
```
# Linux
sudo apt install libssl-dev
# MacOS
brew install openssl
2021-01-30 15:33:48 -06:00
# Windows (msys2)
pacman -S mingw-w64-x86_64-openssl
2020-05-12 17:48:04 -04:00
```
2020-05-12 10:50:43 -04:00
## Usage
TODO
## License
### Wrapper License
2021-01-30 15:33:48 -06:00
Licensed and distributed under the [MIT License ](https://github.com/status-im/nim-sqlcipher/blob/master/LICENSE ).
2020-05-12 10:50:43 -04:00
### Dependency Licenses
2021-01-30 15:49:15 -06:00
- OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE.txt
2020-05-12 10:50:43 -04:00
- SQLCipher https://github.com/sqlcipher/sqlcipher/blob/master/LICENSE
2021-01-30 15:49:15 -06:00
- 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