Expand description

Microsoft SQL (MSSQL) database driver.

Re-exports

pub extern crate cdbc;

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][crate::pool::Pool], specialized for MSSQL.

An alias for [PoolOptions][crate::pool::PoolOptions], specialized for SQLite.