We built the cleanest database management tool people have been waiting for years—and made it open source.
Tired of slow, bloated database tools? dbdesk is designed for developers. Privacy-first. Keyboard-driven. Super fast.
Focused on UX, Multi-tab interface, SQL editor, inline editing, instant load times. Your connection info stays local. No cloud dependencies, no tracking.
Releasing the first version soon, join the waitlist now: https://t.co/kOccmWQMYB
We’re excited to see DBDesk integrated into Autobase 2.7.0 !!
DBDesk now powers the SQL Editor inside the Autobase console, now manage your database without leaving the console.
We’re excited to power this experience
Autobase 2.7.0 released!
This release brings a SQL Editor (@dbdesk) directly into the Autobase console, along with automated index maintenance to keep your databases performing at their best without manual intervention.
https://t.co/YNrnbc8Zi6
#postgres#autobase#dbdesk
What if your database client could also be your BI tool?
Currently working on a dynamic dashboard in @dbdesk
- Connect to Postgres or MySQL
- Write a query
- Get instant charts & KPIs
Simple. Private. Powerful.
npx dbdesk-studio is live 🔥
Run a minimal DB client via npm, no installs, no bloat.
View & edit data, run SQL queries, and manage your DB super fast
try: npx dbdesk-studio
clean ui no bloat just view edit data and run query, run in on a closed network, can manage multiple database, supports PostgreSQL and MySQL
@eiselems Ah, but it's a desktop client. I need web app I can install on the same instance the db is running on. It's all on a closed network, so backend must be running on the same network.
npx dbdesk-studio is live 🔥
Run a minimal DB client via npm, no installs, no bloat.
View & edit data, run SQL queries, and manage your DB super fast
What if @dbdesk can expose an mcp server with tools:
run_query
get_schema_with_tables
get_columns
introspect like that
then you can give context of any database to cursor and other IDEs
will it helpful for you?