1
0
mirror of https://github.com/tiyn/wiki.git synced 2026-07-02 10:01:36 +02:00

Database: Added Tools

This commit is contained in:
2026-06-26 03:03:39 +02:00
parent 08bf3c85b2
commit b61fb6c139

View File

@@ -5,5 +5,13 @@ Most prominent type of database are SQL databases.
## Database management systems (DBMS) ## Database management systems (DBMS)
- [MySQL](/wiki/docker/mysql.md) is a relational DBMS - [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 - [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).