Show HN: DB Pro – A Modern Desktop Client for Postgres, MySQL, SQLite and LibSQL

dbpro.app

24 points by upmostly a day ago

Hi HN,

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

figassis 5 hours ago

It's a no for me. I don't want a subscription. Charge whatever you need, give us 1y of updates, charge next year for an upgrade. Do not pull folks into yet another subscription.

etht3x 3 hours ago

looks very unified and modern, thank you for the effort but have 2 question: 1. do you consider a feature as a carrier of dbt and apply to different db 2. is there a way to cross query between db sorry i know this might went too far

metadata 15 hours ago

Hi guys,

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.

  • upmostly 15 hours ago

    Agreed! The more competition, the merrier. Good luck to you guys!

atmanactive 10 hours ago

How can I trust this tool not to leak my data to third parties?

  • upmostly 6 hours ago

    We just wouldn't do that in a million years.

    Our goal is to build the best DB client around, and one aspect of that is building trust. We haven't even added user analytics tracking into the product.

    • atmanactive 2 hours ago

      So, if I would connect to a local server on my LAN, my firewall should show zero internet traffic from DB Pro?

      • upmostly an hour ago

        Without a doubt, 100%. In fact, you can use it offline if you want. We only make network requests when authorising user accounts. But even then you don't need to create an account. You can just use the free version offline.

spicypixel 16 hours ago

Question comes to mind; Why is Postgres supported but neon coming soon?

  • upmostly 16 hours ago

    Great question! Postgres is supported right away because it behaves like a standard, direct database connection. But with services like Neon and Supabase, there are extra nuances we want to handle properly.

    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.