Postgres workspaces.
- New
postgres:section inrailrocket.ymlprovisions a fresh Postgres instance per workspace. - Optional
seed:path to a SQL file or migration runner; runs on workspace create. - Cross-workspace data isolation is automatic; each branch gets its own DB state.
- Snapshot restore includes Postgres state — 0.2s typical.