Cargo Features

sqlx-sqlite has no features set by default.

[dependencies]
sqlx-sqlite = { version = "0.8.2", features = ["any", "json", "offline", "migrate", "chrono", "time", "uuid", "regexp"] }
any

Enables any of sqlx-core

Affects sqlx-sqlite::any

json = serde

Enables json of sqlx-core

offline = serde

Enables offline of sqlx-core

sqlx-core:

support offline/decoupled building (enables serialization of Describe)

migrate

Enables migrate of sqlx-core

chrono

Type integrations

Enables chrono, chrono of sqlx-core

time

Enables time, time of sqlx-core

uuid

Enables uuid, uuid of sqlx-core

regexp

Enables regex

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.

serde json? offline?