Cargo Features

welds-sqlx-mssql has no features set by default.

[dependencies]
welds-sqlx-mssql = { version = "1.7.0", features = ["json", "any", "offline", "migrate"] }
json = serde

Enables json of sqlx-core

any

Enables any of sqlx-core

Affects welds-sqlx-mssql::any

offline

Enables offline of sqlx-core and derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

migrate

Enables migrate of sqlx-core

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.

serde json? offline?