Cargo Features

oapth-cli has no features set by default.

[dependencies]
oapth-cli = { version = "0.1.0", features = ["dev-tools", "mssql", "mysql", "postgres", "sqlite"] }
dev-tools

Enables dev-tools of oapth

mssql

Enables with-sqlx-mssql and with-sqlx-runtime-tokio-rustls of oapth

mysql

Enables with-mysql_async of oapth

postgres

Enables with-tokio-postgres of oapth

sqlite

Enables with-rusqlite of oapth

oapth-cli has 5 features without comments.