Skip to content

dev-hari-prasad/poge

Repository files navigation

Poge PG: pgAdmin but in your browser

License: MIT Website: Poge

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.

One click deploy on Vercel:
Deploy to vercel

What you get

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.

Quick start on your machine

1) Clone and install

# with pnpm (recommended)
pnpm install

# or with npm
npm install

# or with yarn
yarn

2) Run it

pnpm run dev (or npm run dev)
# then open http://localhost:3000

3) Connect a database

  • Go to Databases → Add a server (host, port, database, user, password)
  • Connect and start exploring or running queries

Configuration

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 .enc file (encrypted JSON).
  • Settings‑only export/import uses plain .json.

Security & privacy

If you discover a security issue, follow the reporting instructions in the Security Policy to open a private report or contact the maintainers.

Contributing

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

License

MIT — do what you like, be kind, and don’t remove credit.


Built by Hari

About

Poge is a lightweight PostgreSQL database interaction tool built for developers who just want to check their tables, run quick queries, and get back to work. Unlike other tools, Poge comes with a great UI/UX that will delight you. Check it out here: poge.dev

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors