create_custom_pool_registry

Function create_custom_pool_registry 

Source
pub async fn create_custom_pool_registry(
    pools: Vec<(String, String, DatabasePoolConfig)>,
) -> Result<PoolRegistry, ModelError>
Expand description

Create a pool registry with custom configuration