Function get_named_database_pool

Source
pub async fn get_named_database_pool(
    container: &Container,
    service_name: &str,
) -> Result<Arc<Pool<Postgres>>, String>
Expand description

Helper function to get custom named database pool from container (for future implementation)