From 5f180c5a95ebc9c7aa79f8c234bba89272b85476 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Mon, 13 Nov 2017 15:59:56 -0700 Subject: [PATCH] Add sqlcipher feature to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04d1431..24503c5 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ features](http://doc.crates.io/manifest.html#the-features-section). They are: and [`ToSql`](http://jgallagher.github.io/rusqlite/rusqlite/types/trait.ToSql.html) for the `Value` type from the [`serde_json` crate](https://crates.io/crates/serde_json). * `bundled` uses a bundled version of sqlite3. This is a good option for cases where linking to sqlite3 is complicated, such as Windows. +* `sqlcipher` looks for the SQLCipher library to link against instead of SQLite. This feature is mutually exclusive with `bundled`. ## Notes on building rusqlite and libsqlite3-sys