Project Database

Design and use your project database in Spala without managing database infrastructure.

Project Database

In Spala, users manage project data models from the visual Database screen. You create tables, fields, relationships, and database triggers in the dashboard, then use them from endpoints, functions, tasks, agents, channels, and addons.

You do not need to provision or maintain database infrastructure to use the hosted Spala dashboard.

Use the visual database designer

Start in Database to add tables, edit data, inspect schema, and create table triggers. Spala handles the managed database layer behind the scenes.

What Users Configure

- Tables and fields
- Relationships between tables
- Data rows for testing and operations
- CSV import/export and AI-generated test data
- Database triggers for insert, update, and delete events
- Data access from functions, endpoints, tasks, and project agents
Database
/database
Create tables, fields, and relationships visually
Tables & Fields
/database/tables
Design your project schema and data
Database Triggers
/triggers/database-triggers
Run logic when records change
Database Steps
/reference/steps/database
Use project data inside functions