Skip to main content

create_database_for_tenant

Function create_database_for_tenant 

Source
pub fn create_database_for_tenant(
    docker: &DockerCli,
    admin_password: &str,
    port: u16,
    db_name: &str,
) -> Result<()>