Re-exports§
pub use config::Config;
pub use desc::ProtoSqlServerColumnDesc;
pub use desc::ProtoSqlServerTableDesc;
Modules§
- cdc
- Replicate a table from SQL Server using their Change-Data-Capture (CDC) primitives.
- config
- desc
- Metadata about tables, columns, and other objects from SQL Server.
- inspect
- Useful queries to inspect the state of a SQL Server instance.
Structs§
- Client
- Higher level wrapper around a
tiberius::Client
that models transaction management like other database clients. - Connection
- Request 🔒
- Transaction
Enums§
- Owned
Column 🔒Data - Owned version of
tiberius::ColumnData
that can be more easily sent across threads or through a channel. - Request
Kind 🔒 - Response 🔒
- SqlServer
Decode Error - Errors returned from decoding SQL Server rows.
- SqlServer
Error - Transaction
Isolation Level - Transaction isolation levels defined by Microsoft’s SQL Server.
Type Aliases§
- RowStream
- A stream of
tiberius::Row
s.