Cargo Features

eSQL has no features set by default.

[dependencies]
esql = { version = "0.1.2", features = ["tokio-postgres", "mysql-async", "uuid"] }
tokio-postgres uuid?

Enables tokio-postgres

mysql-async

Enables mysql_async and mysql_common

uuid

Enables uuid, with-uuid-1 of tokio-postgres

eSQL has 3 features without comments.