Cargo Features
Welds has no features set by default.
[dependencies]
welds = { version = "0.4.5", features = ["full", "postgres", "mysql", "mssql", "sqlite", "detect", "check", "migrations", "mock"] }
- full = check, detect, migrations, mssql, mysql, postgres, sqlite
- postgres full?
-
Enables postgres of welds-connections
- mysql full?
-
Enables mysql of welds-connections
- mssql full?
-
Enables mssql of welds-connections
- sqlite full?
-
Enables sqlite of welds-connections
- detect check? full? migrations?
-
Affects
welds::detect
… - check full? = colored, detect
-
Affects
welds::check
… - migrations full? = detect
-
Affects
welds::migrations
… - mock
-
Affects
table_def::mock
,tablemod::mock
…
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.