CapyDB Docs

Preview databases

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

Modes

  • empty creates a fresh preview database
  • clone creates a preview from the source project database

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.

On this page