DataStore Connection
The DataStore is a built-in PostgreSQL database that comes with every team. Unlike other connection types, the DataStore connection is automatically provisioned — you don't need to configure any credentials.
How It Works
- Each team gets its own isolated DataStore database
- The connection is pre-configured and always available
- No host, port, or credentials to manage
- Tables are managed through the Database Studio
Usage
The DataStore connection is used by:
You can also manage your DataStore tables directly through the Database Studio interface.
INFO
The DataStore is ideal for storing workflow state, lookup tables, and intermediate data that doesn't need an external database.