Docs

Preview databases

/* Disposable Postgres databases for testing, review apps, debugging, and other controlled forms of chaos. */

SECTOR 0x01

Modes

  • >>empty creates a fresh preview database
  • >>clone creates a preview from the source project database
SECTOR 0x02

Lifecycle

Each preview stores a TTL expiration timestamp. The backend tracks preview create, reset, restore, and delete jobs separately from primary project jobs.

Preview connection details follow the same direct and pooled pattern as the main project.