Crate sqlite3_sys
source ·Expand description
Bindings to SQlite.
The following Cargo features are supported:
linkage
creates a dependency onsqlite3-src
, which links to a suitable SQLite library;bundled
compiles SQLite from the source code, ignoring any libraries that might already be installed; andencryption
enables bindings to the SQLite Encryption Extension, which is closed source and hence requires purchasing a license and installing SQLite manually.