Database Studio
Database Studio is a built-in interface for managing your team's DataStore — a PostgreSQL database that comes with every team. Use it to create tables, browse data, and manage records without needing an external database tool.
What is the DataStore?
The DataStore is your team's private database:
- Automatically provisioned — no setup required
- Fully isolated — each team has its own database
- Integrated with workflows — use DataStore nodes and triggers to read/write data
- Browser-based management — create tables and manage data through Database Studio
Common Use Cases
- Lookup tables — store reference data (product catalogs, configuration values) that workflows can query
- Workflow state — persist state between workflow runs (counters, timestamps, processed IDs)
- Data staging — use as an intermediate store when moving data between systems
- Trigger source — use DataStore triggers to start workflows when records change
Getting Started
- Managing Tables — create, alter, and drop tables
- Managing Data — insert, update, delete, and browse rows