Path / Databases
Built-in data
and storage
Postgres-compatible storage in every workspace. Visual editor or SQL — your call.
console.path.dev/databases
orders · acme
orders
1,284 rows
id uuid | customer_id uuid | total numeric | status text | created_at timestamptz |
|---|---|---|---|---|
| 8d4… | 4f2… | 184.20 | paid | 2026-05-15 09:12 |
| c9a… | b71… | 2140.00 | shipped | 2026-05-15 09:08 |
| e1b… | 23c… | 48.00 | pending | 2026-05-15 08:55 |
| 7af… | d9e… | 1290.00 | paid | 2026-05-15 08:33 |
| 33d… | a04… | 67.50 | paid | 2026-05-15 08:20 |
Postgres-compatible · managed · governed
Storage you don't run
Backups, PITR, replication, and access controls handled by the platform.
Engine
Postgres-compatible
Backups
PITR · auto-snapshotted
Access
Role-scoped · audit-logged
Capabilities
What you get
Built-in by default
No setup. Every workspace ships with a managed database.
Visual data editor
Spreadsheet editing for non-engineers, a real query console for engineers.
SQL when you need it
Postgres-compatible SQL through the console, the SDK, or Path CLI.
Versioned and audited
Every schema change tracked. Roll back, branch, audit.
Use cases
Where teams use it
Spreadsheet imports
Pull Google Sheets, Excel, and CSV data in. Changes sync continuously.
API integration
Read from REST APIs and webhooks. Scout AI proposes the schema.
App-backing storage
Every Path app reads and writes to the same Database.