Poge is your quick database tool — for those moments when you just need to peek at tables, run a few queries, and get back to building awesome stuff. Skip the heavy tools (pgAdmin, DBeaver), skip the wait. Just open, connect, and you're off! 🚀. You can try demo on https://poge.dev.
Simple, speedy UI for tables and SQL with query history, notes, easy export/import and table schema viewers with a local‑first setup so data lives on your machine.
# with pnpm (recommended)
pnpm install
# or with npm
npm install
# or with yarn
yarnpnpm run dev (or npm run dev)
# then open http://localhost:3000- Go to Databases → Add a server (host, port, database, user, password)
- Connect and start exploring or running queries
This is a Next.js + Tailwind project. All user settings are stored client‑side in the browser (Local Storage). Poge includes built‑in export/import:
- Full data export/import uses an encrypted
.encfile (encrypted JSON). - Settings‑only export/import uses plain
.json.
If you discover a security issue, follow the reporting instructions in the Security Policy to open a private report or contact the maintainers.
Pull requests are welcome. Keep changes small and focused, and prefer clear, straightforward code over cleverness. If you’re unsure or want to report a bug/feature, please open an issue here on: Github Issues
MIT — do what you like, be kind, and don’t remove credit.
Built by Hari