Crate mz_sql_server_util

Source

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§

OwnedColumnData 🔒
Owned version of tiberius::ColumnData that can be more easily sent across threads or through a channel.
RequestKind 🔒
Response 🔒
SqlServerDecodeError
Errors returned from decoding SQL Server rows.
SqlServerError
TransactionIsolationLevel
Transaction isolation levels defined by Microsoft’s SQL Server.

Type Aliases§

RowStream
A stream of tiberius::Rows.