Cargo Features

welds-connections has no features set by default.

[dependencies]
welds-connections = { version = "0.3.5", features = ["full", "postgres", "mysql", "sqlite", "mssql", "mssql-chrono", "mssql-time", "mssql-rust_decimal", "mssql-bigdecimal", "noop"] }
full = mssql, mysql, noop, postgres, sqlite
postgres full?

Enables postgres of sqlx

Affects welds-connections::postgres, params::Param, params::Param, params::Param, params::Param, params::Param, params::Param

mysql full?

Enables mysql of sqlx

Affects welds-connections::mysql, params::Param, params::Param, params::Param, params::Param, params::Param, params::Param

sqlite full?

Enables sqlite of sqlx

Affects welds-connections::sqlite, params::Param, params::Param, params::Param, params::Param, params::Param, params::Param

mssql full? = bb8, bb8-tiberius, futures, futures-util, tiberius, tokio, tokio-util

Affects welds-connections::mssql, params::Param, params::Param, params::Param, params::Param, params::Param, params::Param

mssql-chrono

Enables chrono of tiberius

mssql-time

Enables time of tiberius

mssql-rust_decimal

Enables rust_decimal of tiberius

mssql-bigdecimal

Enables bigdecimal of tiberius

noop full?

Affects welds-connections::noop

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.

bb8 mssql?
bb8-tiberius mssql?
tiberius mssql? mssql-bigdecimal? mssql-chrono? mssql-rust_decimal? mssql-time?
futures mssql?
futures-util mssql?
sqlx mysql? postgres? sqlite?
tokio mssql?
tokio-util mssql?