get_database_pool

Function get_database_pool 

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

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