Cargo Features

Welds has no features set by default.

[dependencies]
welds = { version = "0.2.1", features = ["detect", "check", "example_objects", "postgres", "mysql", "sqlite", "mssql"] }
detect check?

Affects welds::detect

check = detect

Enables colored

Affects welds::check

example_objects

Affects welds::example_objects

postgres

Enables postgres of sqlx and welds-macros

mysql

Enables mysql of sqlx and welds-macros

sqlite

Enables sqlite of sqlx and welds-macros

mssql = welds-sqlx-mssql

Enables mysql of welds-macros

Features from optional dependencies

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

welds-sqlx-mssql mssql?