Cargo Features

sqlite3_ext has no features set by default.

[dependencies]
sqlite3_ext = { version = "0.1.3", features = ["static", "static_modern", "bundled", "with_rusqlite", "bigdecimal"] }
static static_modern? with_rusqlite?

Enables libsqlite3-sys ^0.24.2

static_modern bundled? = static

Enables bundled_bindings of optional libsqlite3-sys ^0.24.2

libsqlite3-sys:

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

bundled = static_modern

Enables bundled of optional libsqlite3-sys ^0.24.2

with_rusqlite = static

Enables rusqlite ^0.27.0

Features from optional dependencies

bigdecimal implicit feature

Enables bigdecimal ^0.3.0

bigdecimal:

Arbitrary precision decimal numbers