Module sqlx_core::mssql[][src]

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.

Type Definitions

An alias for Pool, specialized for MSSQL.