get_named_database_pool

Function get_named_database_pool 

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

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