Tools
Database Manager

Database Manager

Database manager is a tool that allows you to manage your database.

There are many tools that allow you to manage your database. I usually use two tools to manage my database:

TablePlus

TablePlus

TablePlus is a great tools to manage your database since it has a lot of feature, lightweight and fast.

Sometimes, I use TablePlus to perform light operations on my database such as creating a new table, adding a new column, etc.

Install TablePlus from here (opens in a new tab).

DataGrip

DataGrip

DataGrip is a great tools to manage your database since it has a lot of feature.

Sometimes, I use DataGrip to perform heavy operations on my database such as exporting a table using mysqldump, then importing the table to another database, etc.

Install DataGrip from here (opens in a new tab).