From cd6c574fcae648a45515d949e670c80398b268a3 Mon Sep 17 00:00:00 2001 From: Richard Ramos Date: Tue, 12 May 2020 23:14:38 -0400 Subject: [PATCH] update README --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e56fa9d..7714add 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# nim-sqlcipher-abi +# 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) -A low-level Nim wrapper for the [SQLCipher](https://github.com/sqlcipher/sqlcipher). Builds and exposes the raw C API of SQLCipher. +A nim wrapper for the [SQLCipher](https://github.com/sqlcipher/sqlcipher). +It builds SQLCipher and provides a simple API based on the [Tiny_SQLite](https://github.com/GULPF/tiny_sqlite) nimble package ## Requirements ``` @@ -20,10 +21,6 @@ brew install openssl TODO -## Versioning - -The library generally follows the upstream version number, adding one more number for its own purpose - ## License ### Wrapper License @@ -36,3 +33,4 @@ This repository is licensed and distributed under either of - SQLCipher https://github.com/sqlcipher/sqlcipher/blob/master/LICENSE - OpenSSL https://github.com/openssl/openssl/blob/master/LICENSE +- TinySQLite https://github.com/GULPF/tiny_sqlite/blob/master/LICENSE