Available on crate feature
mssql
only.Expand description
Microsoft SQL (MSSQL) database driver.
Modules§
Structs§
- MSSQL database driver.
- Options and flags which can be used to configure a Microsoft SQL Server connection.
- An error returned from the MSSQL database.
- Implementation of [
TransactionManager
] for MSSQL. - Implementation of
Value
for MSSQL. - Implementation of
ValueRef
for MSSQL.
Enums§
- During the Pre-Login handshake, the client and the server negotiate the wire encryption to be used.
Traits§
- An alias for
Executor<'_, Database = Mssql>
.
Type Aliases§
- An alias for
Pool
, specialized for MSSQL. - An alias for
PoolOptions
, specialized for MSSQL.