Skip to main content
Stashy auto-detects the database driver from the DATABASE_URL connection string.

Supported Databases

SQLite (Default)

Zero-config — just works out of the box:
Good for single-instance deployments. The file is created automatically.

PostgreSQL

Recommended for production multi-instance setups.

Migrations

Migrations are managed by goose. Run them with:
Always run migrations before starting a new version of Stashy.