Skip to main content
This page describes the DatabaseModel object that represents the schema for database objects within a domain.

DatabaseModel

id
ID!
required
Unique identifier for the database.
type
DatabaseType
The type of database. See DatabaseType.
version
Int
Version number of the database for change tracking.
name
String!
required
Name of the database.
displayName
String
Optional display name for the database.
domainId
ID!
required
Identifier of the domain this database belongs to.
connection
Connection
Connection details for accessing this database. See Connection.
tables
[TableModel!]
List of tables in this database.
isUserCSVDatabase
Boolean
Whether this database was created from user-uploaded CSV files.

DomainModel Object

Parent domain structure

Connection Object

Database connection details

DatabaseType Enum

Database type definitions