SECTOR 0x01
Modes
- >>empty creates a fresh preview database
- >>clone creates a preview from the source project database
/* Disposable Postgres databases for testing, review apps, debugging, and other controlled forms of chaos. */
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.