Function get_database_pool

Source
pub async fn get_database_pool(
    _container: &Container,
) -> Result<Arc<Pool<Postgres>>, String>
Expand description

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