Cargo Features

sqlx-d1-core has no features set by default.

[dependencies]
sqlx-d1-core = { version = "0.1.4", features = ["json", "uuid", "chrono", "offline", "DEBUG"] }
json

time not implemented on this platform

Enables json of sqlx-core

core dependencies

uuid

Enables uuid of sqlx-core

chrono

Enables chrono of sqlx-core

offline

Enables offline of sqlx-core and derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

DEBUG