mirror of
https://github.com/tiyn/wiki.git
synced 2025-07-08 08:47:45 +02:00
The docker-images where scattered across different files. For faster access i moved them to an extra folder and linked them if they're needed elsewhere. entries that where outside this folder and only contained basic documentation of the docker image where removed.
10 lines
299 B
Markdown
10 lines
299 B
Markdown
# Databases
|
|
|
|
Databases are data collections of a computer system.
|
|
Most prominent type of database are SQL databases.
|
|
|
|
## Database management systems (DBMS)
|
|
|
|
- [MySQL](./docker-images/mysql.md) is a relational DBMS
|
|
- [MariaDB](./docker-images/mariadb.md) is a relational DBMS that is a fork of MySQL
|