aito.api.create_database

aito.api.create_database(client: AitoClient, 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