Cargo Features
HugSqlx has no features set by default.
[dependencies]
hugsqlx = { version = "0.3.0", features = ["postgres", "sqlite", "mysql"] }
- postgres
-
Enables postgres of hugsqlx-core and hugsqlx-derive
- sqlite
-
Enables sqlite of hugsqlx-core and hugsqlx-derive
- mysql
-
Enables mysql of hugsqlx-core and hugsqlx-derive
HugSqlx has 3 features without comments.