Function get_connection_pool

Source
pub async fn get_connection_pool(
    database_url: String,
) -> Pool<AsyncPgConnection>