sqlx-d1-core has no features set by default.
[dependencies] sqlx-d1-core = { version = "0.1.4", features = ["json", "uuid", "chrono", "offline", "DEBUG"] }
time not implemented on this platform
Enables json of sqlx-core
core dependencies
Enables uuid of sqlx-core
Enables chrono of sqlx-core
Enables offline of sqlx-core and derive of serde
serde: Provide derive(Serialize, Deserialize) macros.
Provide derive(Serialize, Deserialize) macros.