Cargo Features

sqlx-sqlite has no features set by default.

[dependencies]
sqlx-sqlite = { version = "0.7.4", features = ["any", "json", "offline", "migrate", "chrono", "regexp", "time", "uuid"] }
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

Enables chrono

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.

time implicit feature
uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs

serde json? offline?