Module sqlx_core_oldapi::mssql 
source · 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 ofValuefor MSSQL.
- Implementation ofValueReffor MSSQL.
Traits
- An alias forExecutor<'_, Database = Mssql>.
Type Aliases
- An alias forPool, specialized for MSSQL.
- An alias forPoolOptions, specialized for MSSQL.