Module sqlx::mssql[][src]

This is supported 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

Type Definitions

An alias for Pool, specialized for MSSQL.