DEV Community

Cover image for 3 Free Tools to Start a Local Database Instance on Mac
Mila Wu for Bytebase

Posted on

3 Free Tools to Start a Local Database Instance on Mac

Bytebase is a Database CI/CD tool for DevOps teams. It currently supports 10+ databases including MySQL, PostgreSQL, Redis, and MariaDB. From development to testing, we need to deploy several different kinds of database instances, which can be rather time-consuming and labor-intensive if deployed one by one.

There are a handful of tools on the market to spin up local database instances quickly, and folks on my team have recommended several free tools, so I thought I'd do a round-up.

Some background info: I'm not a dev (am a developer-marketer, I would test/try out new features before they are rolled out) and I use a Mac.

DBngin

DBngin currently supports PostgreSQL, MySQL and Redis. And it supports certain different versions of the same database, and can also run multiple versions of database instances on multiple ports at the same time, very convenient for testing!

dbngin-ui

DBngin is open source, and they belong to the organization TablePlus (a database GUI tool), which means DBngin can be connected to TablePlus, and you can visually manage your local databases.

Postgres.app

Postgres.app, as the name (and logo) implies, only supports Postgres.

Image description

It's actually a complete PostgreSQL installer that packages Postgres into a standard Mac app, and it's perfectly fine if you don't know how to use the command line, because there's a super simple UI. So if you want to run PostgreSQL on your Mac, this is the one.

Postgres.app is also open source with active development.

StackBricks

StackBricks supports MariaDB (points for being the only tool in this round-up that supports MariaDB!), MySQL, PostgreSQL and Redis, and a wide range of their versions, as well as the ability to start multiple local databases on multiple ports.

Image description

StackBricks is not open source (but still free to use), but there is an Issue Tracker for your feature requests.

My Thoughts

For me, as long as the tool suffices for testing purposes, I don't really have high requirements for performance, I would say a simple and easy-to-use UI & multiple database support are the differentiators. In fact, I have been using DBngin, but I tried StackBricks for the sake of writing this post, and it looks like StackBricks is quite good, so I'm gonna try it out for a while.

How do you spin up local database instances for testing?

Top comments (1)

Collapse
 
hurayraiit profile image
Abu Hurayra • Edited

Awesome writeup! I never heard about these tools. I'll surely try out DBngin and StackBricks.

Update: It seems StackBricks is not supported on my Mac (macOS Big Sur)
...and DBngin only let's you create/start/and stop databases. You need table plus to view the db.