From b61fb6c139882586f89cfd98637b46bb852b7448 Mon Sep 17 00:00:00 2001 From: tiyn Date: Fri, 26 Jun 2026 03:03:39 +0200 Subject: [PATCH] Database: Added Tools --- wiki/database.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/wiki/database.md b/wiki/database.md index 5026f5f..62ee7b9 100644 --- a/wiki/database.md +++ b/wiki/database.md @@ -5,5 +5,13 @@ Most prominent type of database are SQL databases. ## Database management systems (DBMS) -- [MySQL](/wiki/docker/mysql.md) is a relational DBMS -- [MariaDB](/wiki/docker/mariadb.md) is a relational DBMS that is a fork of MySQL +- [MySQL](/wiki/docker/mysql.md) is a relational DBMS for SQL. +- [MariaDB](/wiki/docker/mariadb.md) is a relational DBMS that is a fork of MySQL. +- [PostgreSQL](/wiki/postgresql.md) is a relational DBMS. + +## Database Tools + +There are many tools to manage (SQL) databases. +One of the most easy ones to use is [sqlit](https://github.com/Maxteabag/sqlit) with which databases +can easily be queried and edited in the [terminal](/wiki/linux/system_console.md). +It is available for [Linux](/wiki/linux.md), MacOS and [Windows](/wiki/windows.md).