Cargo Features

rusqlite-ic has no features set by default.

[dependencies]
rusqlite-ic = { version = "0.28.1", features = ["load_extension", "backup", "blob", "collation", "functions", "trace", "release_memory", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "buildtime_bindgen", "limits", "hooks", "i128_blob", "sqlcipher", "unlock_notify", "vtab", "csvtab", "array", "session", "window", "series", "extra_check", "modern_sqlite", "in_gecko", "bundled-windows", "with-asan", "column_decltype", "wasm32-wasi-vfs", "winsqlite3", "modern-full", "bundled-full", "lazy_static"] }
load_extension modern-full?
backup modern-full?

hot-backup interface: 3.6.11 (2009-02-18)

Enables min_sqlite_version_3_6_23 of libsqlite3-sys-ic

Affects rusqlite-ic::backup

blob modern-full?

sqlite3_blob_reopen: 3.7.4

Enables min_sqlite_version_3_7_7 of libsqlite3-sys-ic

Affects rusqlite-ic::blob

collation modern-full?
functions modern-full? window?

sqlite3_create_function_v2: 3.7.3 (2010-10-08)

Enables min_sqlite_version_3_7_7 of libsqlite3-sys-ic

Affects rusqlite-ic::functions

trace modern-full?

sqlite3_log: 3.6.23 (2010-03-09)

Enables min_sqlite_version_3_6_23 of libsqlite3-sys-ic

Affects rusqlite-ic::trace

release_memory

sqlite3_db_release_memory: 3.7.10 (2012-01-16)

Enables min_sqlite_version_3_7_16 of libsqlite3-sys-ic

bundled bundled-full? bundled-sqlcipher? = modern_sqlite

Enables bundled of libsqlite3-sys-ic

bundled-sqlcipher bundled-sqlcipher-vendored-openssl? = bundled

Enables bundled-sqlcipher of libsqlite3-sys-ic

bundled-sqlcipher-vendored-openssl = bundled-sqlcipher

Enables bundled-sqlcipher-vendored-openssl of libsqlite3-sys-ic

buildtime_bindgen

Enables buildtime_bindgen of libsqlite3-sys-ic

limits modern-full?

Affects rusqlite-ic::limits

hooks modern-full? session?

Affects inner_connection::InnerConnection.free_commit_hook, inner_connection::InnerConnection.free_rollback_hook, inner_connection::InnerConnection.free_update_hook, inner_connection::InnerConnection.progress_handler, inner_connection::InnerConnection.authorizer, rusqlite-ic::hooks

i128_blob modern-full?
sqlcipher

Enables sqlcipher of libsqlite3-sys-ic

unlock_notify modern-full?

Enables unlock_notify of libsqlite3-sys-ic

libsqlite3-sys-ic:

sqlite3_unlock_notify >= 3.6.12

Affects unlock_notify::wait_for_unlock_notify

vtab array? csvtab? modern-full? series?

xSavepoint, xRelease and xRollbackTo: 3.7.7 (2011-06-23)

Enables min_sqlite_version_3_7_7 of libsqlite3-sys-ic

Affects rusqlite-ic::vtab

csvtab modern-full? = csv, vtab

Affects vtab::csvtab

array modern-full? = vtab

pointer passing interfaces: 3.20.0

Affects vtab::array

session = hooks

session extension: 3.13.0

Enables session of libsqlite3-sys-ic

Affects rusqlite-ic::session

window modern-full? = functions

window functions: 3.25.0

Affects functions::WindowAggregate

series modern-full? = vtab

3.9.0

Affects vtab::series

extra_check modern-full?

check for invalid query.

modern_sqlite bundled? in_gecko? modern-full?

Enables bundled_bindings of libsqlite3-sys-ic

libsqlite3-sys-ic:

Bundle only the bindings file. Note that this does nothing if buildtime_bindgen is enabled.

Affects error::error_with_offset, transaction::TransactionState, vtab::VTabConfig

in_gecko = modern_sqlite

Enables in_gecko of libsqlite3-sys-ic

bundled-windows

Enables bundled-windows of libsqlite3-sys-ic

with-asan

Build bundled sqlite with -fsanitize=address

Enables with-asan of libsqlite3-sys-ic

column_decltype modern-full?
wasm32-wasi-vfs

Enables wasm32-wasi-vfs of libsqlite3-sys-ic

winsqlite3

Note: doesn't support 32-bit.

Enables winsqlite3 of libsqlite3-sys-ic

modern-full bundled-full? = array, backup, blob, chrono, collation, column_decltype, csvtab, extra_check, functions, hooks, i128_blob, limits, load_extension, modern_sqlite, serde_json, series, time, trace, unlock_notify, url, uuid, vtab, window

Helper feature for enabling most non-build-related optional features or dependencies (except session). This is useful for running tests / clippy / etc. New features and optional dependencies that don't conflict with anything else should be added here.

bundled-full = bundled, modern-full

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

time modern-full?
chrono modern-full?
serde_json modern-full?
csv csvtab?
url modern-full?
lazy_static implicit feature

Enables lazy_static

lazy_static:

A macro for declaring lazily evaluated statics in Rust

uuid modern-full?