Database
Type: Object
Represents a connection to an external database. In a modern print operation, data is often siloed in various systems (e.g., a legacy ERP, a standalone finishing equipment database, or a cloud-based analytics service). This resource provides a secure and standardized way to store the connection credentials for these external databases. By encrypting sensitive details like the connection string, it allows the platform to safely query or synchronize with these external data sources, creating a unified data landscape without compromising security.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| adapter | DatabaseAdapterEnum! | The adapter to use for the database | ||
| connString | String! | The connection string to the database | ||
| createdAt | DateTime! | |||
| handle | String! | The handle of the controller - used in scripts as a shortcut for the ID | ||
| id | ID! | |||
| name | String! | The name of the database | ||
| network | Network | The network that handles connectivity to this database | ||
| networkId | ID | |||
| updatedAt | DateTime! |