A local web app for managing PostgreSQL databases. Save connections, browse schemas, run queries, take backups, apply migrations, and transfer data between databases.
- Node.js 20 or later
- pnpm 9 or later
- PostgreSQL client tools on your PATH:
psqlpg_dumppg_restore
Backups, migrations, and database transfer need the client tools. The explorer and query editor only need a reachable PostgreSQL server.
On macOS with Homebrew:
brew install postgresql@16On Ubuntu/Debian:
sudo apt install postgresql-clientpnpm install
pnpm devOpen http://localhost:3000.