Skip to main content

get_postgresql_connection

Function get_postgresql_connection 

Source
pub async fn get_postgresql_connection<I>(
    instance_name: I,
) -> Result<DatabaseConnection, String>
where I: AsRef<str>,