DEV Community

Cover image for A modern, browser-based, open source SQL workbench for your MySQL-compatible database
Taylor Bantle
Taylor Bantle

Posted on

A modern, browser-based, open source SQL workbench for your MySQL-compatible database

Why are SQL workbenches stuck in 2002?

I work for the company behind Dolt, the first fully versioned SQL database. As a database company, we have often felt the pain of the lack of modern, web-native or browser-based SQL workbench products.

We built a cool database UI for our other web products (DoltHub and Hosted Dolt) and we wanted the world to have it. The Dolt Workbench not only works with Dolt, which will unlock version control features, but it also works with any MySQL-compatible database, including MySQL and MariaDB. As far as we can tell, the Dolt Workbench is the only free, open source, browser-based SQL workbench available today.

We’re actively developing and would appreciate any feedback!

Get started on Docker Hub: https://hub.docker.com/r/dolthub/dolt-workbench

Check out the code on GitHub: https://github.com/dolthub/dolt-workbench

View announcement blog post for more information: https://www.dolthub.com/blog/2023-11-29-dolt-workbench/

Top comments (0)