aito.api.create_database

aito.api.create_database(client: aito.client.aito_client.AitoClient, schema: Union[aito.schema.AitoDatabaseSchema, Dict])

create a database using the specified database schema

Note

requires the client to be setup with the READ-WRITE API key

Parameters
  • client (AitoClient) – the AitoClient instance

  • schema (Dict) – the schema of the database