This page describes the DatabaseModel object that represents the schema for database objects within a domain.Documentation Index
Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
Use this file to discover all available pages before exploring further.
DatabaseModel
Unique identifier for the database.
The type of database. See DatabaseType.
Version number of the database for change tracking.
Name of the database.
Optional display name for the database.
Identifier of the domain this database belongs to.
Connection details for accessing this database. See Connection.
List of tables in this database.
Whether this database was created from user-uploaded CSV files.
Related operations
DomainModel Object
Parent domain structure
Connection Object
Database connection details
DatabaseType Enum
Database type definitions