Available on crate feature
mssql
only.Expand description
Microsoft SQL (MSSQL) database driver.
Modules
Structs
- MSSQL database driver.
- An error returned from the MSSQL database.
- Implementation of [
TransactionManager
] for MSSQL. - Implementation of
Value
for MSSQL. - Implementation of
ValueRef
for MSSQL.
Traits
- An alias for
Executor<'_, Database = Mssql>
.
Type Definitions
- An alias for
Pool
, specialized for MSSQL. - An alias for
PoolOptions
, specialized for MSSQL.