DatabaseModel
ID!
required
Unique identifier for the database.
DatabaseType
The type of database. See DatabaseType.
Int
Version number of the database for change tracking.
String!
required
Name of the database.
String
Optional display name for the database.
ID!
required
Identifier of the domain this database belongs to.
Connection
Connection details for accessing this database. See Connection.
[TableModel!]
List of tables in this database.
Boolean
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

