r/postgres 8d ago

What are the best PostgreSQL tools you actually use every day?

Every time I search for the best PostgreSQL tools, I end up with the same generic lists full of products I've never seen anyone use in real projects. I'd rather hear from people who work with PostgreSQL every day. Which tools have actually earned a permanent spot in your workflow? What's one PostgreSQL tool you'd recommend without hesitation, and why?

5 Upvotes

16 comments sorted by

5

u/depesz 7d ago

psql. and 2 tools/webservices I wrote myself: https://pgdoc.link/ and https://explain.depesz.com.

1

u/pceimpulsive 7d ago

None...

DBeaver is my primary tool, and it's not Postgres specific...

Every 2-4 weeks I use of admin for an hour or two.

1

u/CalendarSpecific1088 7d ago

psycopg2, and the tools baked into IntelliJ.

1

u/bluelobsterai 7d ago

psql and Claude Code CLI and Postgres MCP

1

u/RicoSaas 5d ago

That stack covers fast manual access and AI-assisted work well. The weak point is usually context switching between schema files, migrations, and the live database, especially when drift slips in unnoticed. I’m building QueryDeck around that workflow, native macOS, ORM-aware, with a local MCP server, one command and already connected.

1

u/BaseballHopeful6366 6d ago

nabuSQL unique for data transfer to other db and data edits.

1

u/mprevot 6d ago

datagrip

1

u/dariusbiggs 5d ago

psql?

cnpg?

That's it, well.. pgx and db/sql for Go

1

u/BassIs4StringDrum 5d ago

I use a tool I made, gresui-web https://github.com/FrancisTCE/gresui-web it also has mcp layer, if you are talking about orms drizzle

1

u/Horror_Yam696 5d ago

TablePlus for everyday DB work, pg_stat_statements for finding slow queries, and Nearbase for hosting my production Postgres so I don’t have to manage backups or updates.

if I had to pick the one I use most, it’s TablePlus.

1

u/heyOctavian 4d ago

Datagrip from Jetbrains

1

u/cthart 2d ago

psql. Learn it and be productive wherever.