create_database_with_options

Function create_database_with_options 

Source
pub async fn create_database_with_options(
    ssh: &mut SshClient,
    database_name: &str,
    owner: Option<&str>,
    encoding: Option<&str>,
    template: Option<&str>,
) -> Result<()>
Expand description

Create a database with options