pub async fn ensure_database_cdc_enabled(
client: &mut Client,
) -> Result<(), SqlServerError>
Expand description
Ensure change data capture (CDC) is enabled for the database the provided
client
is currently connected to.
pub async fn ensure_database_cdc_enabled(
client: &mut Client,
) -> Result<(), SqlServerError>
Ensure change data capture (CDC) is enabled for the database the provided
client
is currently connected to.