Cargo Features

canyon_connection has no features set by default.

[dependencies]
canyon_connection = { version = "0.5.0", features = ["postgres", "mssql", "mysql"] }
postgres = tokio-postgres

Affects canyon_database_connector::PostgreSqlConnection, datasources::PostgresAuth

mssql = async-std, tiberius

Affects canyon_database_connector::SqlServerConnection, datasources::SqlServerAuth

mysql = mysql_async, mysql_common

Affects canyon_database_connector::MysqlConnection, datasources::MySQLAuth

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tokio-postgres postgres?
tiberius mssql?
mysql_async mysql?

Enables mysql_async ^0.32.2

mysql_common mysql?

Enables mysql_common ^0.30.6

async-std mssql?