Database Clients
Generally, you'll find certain tools are built for every type of database.
- MSSQL Server has sql server management studio
- PostgreSQL has pgAdmin
- MySQL has MySQL workbench.
- MongoDb has Mongo Compass
You can use VScode with the SQLTools Extensions to connect to different databases.
You can also use Azure Data Studio