gduale's blog

SQLScope a dashboard for SQL databases

Hello everyone!

I’m delighted to present my new open-source software.

It’s called “SQLScope”.

It’s a dashboard for databases like PostgreSQL, MySQL, and MariaDB.

The goal is to provide an overview of your database server on a single page.

The information you will have includes a list of your servers and their status.

For the status, you’ll see:

  • Whether the server is reachable or not
  • Whether the server is a master or a slave and if the replication is OK or not
  • The SQL user used to connect to the server
  • The engine version

Oh, I almost forgot! There is also a subpage to view the common SQL parameters currently running in the engine.

You can find the source code here: https://github.com/gduale/sqlscope

And to conclude, a screenshot of the dashboard:

Screenshot representing the dashboard