Skip to main content

connect

Function connect 

Source
pub async fn connect(
    config: &Configuration,
) -> Result<PostgresServices, BackendFailure>
Expand description

Opens the repository and binds the portable services.

ยงErrors

Returns a redacted failure when the configuration is not accepted or the repository is unavailable.