Cargo Features

[dependencies]
jsonb = { version = "0.5.1", default-features = false, features = ["databend", "sqlite"] }
default = databend

These default features are set whenever jsonb is added without default-features = false somewhere in the dependency tree.

Enables preserve_order of serde_json

serde_json:

Make serde_json::Map use a representation which maintains insertion order.
This allows data to be read into a Value and written back to a JSON string while preserving the order of map keys in the input.

databend default
sqlite

JSONB has 3 features without comments.