Cargo Features

welds-macros has no features set by default.

[dependencies]
welds-macros = { version = "0.2.1", features = ["postgres", "mysql", "sqlite", "mssql"] }
postgres

Enables postgres of sqlx

mysql

Enables mysql of sqlx

sqlite

Enables sqlite of sqlx

mssql = welds-sqlx-mssql

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

welds-sqlx-mssql mssql?