Over the past few months I've been building DB Pro with my co-founder. DB Pro is a modern desktop database GUI client designed to make working with Postgres, MySQL, SQLite, libSQL and other engines feel fast, visual, and enjoyable.
Our focus has been on the dev-experience. We wanted to absolutely nail the UX and look and feel as we believe most db clients aren't friendly to work with.
Some features:
Visual change review – See pending inserts/updates/deletes before committing them.
Inline data editing – Edit table rows directly without clunky modal dialogs.
Raw SQL editor – A focused editor for running queries with results in separate tabs.
Full activity logs – Track everything happening in your database for peace of mind.
Visual schema explorer – See tables, columns, keys, and relationships in a diagram.
Tabs & multi-window support – Keep multiple connections and queries open at once.
Custom table tagging – Organise your tables without altering the schema.
Tech stack: Electron, React, tRPC, Drizzle ORM, Postgres/MySQL/libSQL/SQLite support, and native builds for macOS at the moment with Windows, and Linux coming very soon.
We're super passionate about this project and we're actually documenting our journey through devlogs. The latest one is here: https://www.youtube.com/watch?v=-T4GcJuV1rM
Thanks, Jay and Jack
Great to see something fresh in this space. Good luck!
We are building something fairly similar but haven't launched yet. Competition will make all of us do a better job.
We want Neon, Supabase, and similar cloud providers to feel like first-class citizens inside DB Pro and not just “another Postgres connection”. Each of them has their own quirks, authentication flows, and connection requirements. For example, Supabase actually needs a paid IPv4 add-on if you want to connect to it in the traditional way, which isn’t obvious to most users.
So instead of lumping them in as generic Postgres connections, we’re building dedicated flows that understand these details and make the whole experience seamless. That’s why they’re marked as “coming soon”. We’re doing them properly.
It all goes back to our UX first philosophy to build the absolute best experience.