DEV Community

Jem
Jem

Posted on

2 2

Dev tools for databases, what is out there?

I've been spending a lot of my time this month thinking about databases and dev tooling. What's out there in this space? How do you know you're getting the best performance or security out of your database?

Top comments (5)

Collapse
 
bobbyiliev profile image
Bobby • Edited

In case that you are using MySQL, there is a cool Perl script called mysqltuner. It allows you to quickly test your MySQL configuration and it gives you suggestions for adjustments to increase performance and stability.

For more information you could take a look at this answer here:

How to optimize MySQL

Collapse
 
jem profile image
Jem

I haven't used MySQL for a while, but I'll go check it out 😁

Collapse
 
llagerlof profile image
Lawrence Lagerlof

Well, I strongly recommend DBeaver, a powerful opensource database GUI tool. In the past I already used mysql workbench, heidisql, sqlyog, navicat, toad and oracle sql developer. Finally I found the wonderful DBeaver and stick with it because it has the most useful features, it's compatible with many database engines and has constant updates.

Collapse
 
jem profile image
Jem

I'll check it out, thanks for the list too. I guess there's lots of tools with a wide range of focus.

Collapse
 
jem profile image
Jem

I've just been browsing the #sql tag and found this wonderful story of a SQL linter for VSCode: dev.to/ronsoak/doing-the-impossibl...

Scale globally with MongoDB Atlas. Try free.

Scale globally with MongoDB Atlas. Try free.

MongoDB Atlas is the global, multi-cloud database for modern apps trusted by developers and enterprises to build, scale, and run cutting-edge applications, with automated scaling, built-in security, and 125+ cloud regions.

Learn More

👋 Kindness is contagious

Discover fresh viewpoints in this insightful post, supported by our vibrant DEV Community. Every developer’s experience matters—add your thoughts and help us grow together.

A simple “thank you” can uplift the author and spark new discussions—leave yours below!

On DEV, knowledge-sharing connects us and drives innovation. Found this useful? A quick note of appreciation makes a real impact.

Okay