nim-sqlcipher

所属分类:collect
开发工具:Nim
文件大小:0KB
下载次数:1
上传日期:2021-07-28 22:49:07
上 传 者sh-1993
说明:  SQL密码包装器,
(SQLCipher Wrapper,)

文件列表:
LICENSE (1091, 2021-01-30)
Makefile (6369, 2021-01-30)
env.sh (307, 2021-01-30)
sqlcipher.nim (6357, 2021-01-30)
sqlcipher.nimble (1358, 2021-01-30)
sqlcipher/ (0, 2021-01-30)
sqlcipher/private/ (0, 2021-01-30)
sqlcipher/private/stmtcache.nim (2427, 2021-01-30)
sqlcipher/sqlite_wrapper.nim (11241, 2021-01-30)
sqlcipher/tiny_sqlite.nim (24235, 2021-01-30)
test/ (0, 2021-01-30)
test/db_smoke.nim (443, 2021-01-30)
vendor/ (0, 2021-01-30)
vendor/nim-stew/ (0, 2021-01-30)
vendor/nimbus-build-system/ (0, 2021-01-30)
vendor/sqlcipher/ (0, 2021-01-30)

# 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

近期下载者

相关文件


收藏者