Cargo Features
sqlx-sqlite has no features set by default.
[dependencies]
sqlx-sqlite = { version = "0.8.3", features = ["any", "json", "offline", "migrate", "chrono", "time", "uuid", "regexp", "bundled", "unbundled"] }
- any
-
Affects
sqlx-sqlite::any
… - json = serde
- offline = serde
-
sqlx-core:
support offline/decoupled building (enables serialization of
Describe
) - migrate
- chrono
-
Type integrations
- time
- uuid
- regexp
-
Enables regex
- bundled
-
Enables bundled of libsqlite3-sys ^0.30.1
- unbundled
-
Enables buildtime_bindgen of libsqlite3-sys ^0.30.1
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.