pub async fn create_custom_pool_registry(
pools: Vec<(String, String, DatabasePoolConfig)>,
) -> Result<PoolRegistry, ModelError>Expand description
Create a pool registry with custom configuration
pub async fn create_custom_pool_registry(
pools: Vec<(String, String, DatabasePoolConfig)>,
) -> Result<PoolRegistry, ModelError>Create a pool registry with custom configuration