Cargo Features
[dependencies]
seaography = { version = "1.1.0", default-features = false, features = ["with-json", "with-chrono", "with-time", "with-uuid", "with-decimal", "with-bigdecimal", "with-postgres-array", "field-snake-case", "field-camel-case"] }
- default = field-camel-case
-
The
field-camel-case
feature is set by default wheneverseaography
is added without
somewhere in the dependency tree.default-features = false - with-json
- with-chrono
-
Enables async-graphql, with-chrono of sea-orm
- with-time
-
Enables time of async-graphql, with-time of sea-orm
- with-uuid
- with-decimal
-
Enables async-graphql, with-rust_decimal of sea-orm
- with-bigdecimal
-
Enables bigdecimal of async-graphql, with-bigdecimal of sea-orm
- with-postgres-array
-
Enables postgres-array of sea-orm
- field-snake-case
- field-camel-case default
Seaography has 10 features without comments.