Skip to main content

create_pg_database

Function create_pg_database 

Source
pub async fn create_pg_database(
    configuration: &Configuration,
    workspace: &str,
    create_pg_database_request: CreatePgDatabaseRequest,
) -> Result<String, Error<CreatePgDatabaseError>>