From 5c46dbcb71ee2e5423ca67454951373301af6e68 Mon Sep 17 00:00:00 2001 From: Omar Ferrer Date: Sat, 8 Oct 2016 01:22:57 -0400 Subject: [PATCH] Updated README to have document the 'bundled' feature --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f8d23c..80a1607 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ features](http://doc.crates.io/manifest.html#the-features-section). They are: * `serde_json` implements [`FromSql`](http://jgallagher.github.io/rusqlite/rusqlite/types/trait.FromSql.html) 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, like for example Windows. ## Author