Skip to main content

register_postgres_sink

Function register_postgres_sink 

Source
pub fn register_postgres_sink(
    registry: &ConnectorRegistry,
) -> Result<(), ConnectorError>
Expand description

Registers the PostgreSQL sink connector with the given registry.

ยงErrors

Returns an error if the connector name is already registered or the registry is frozen.