1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-07-08 08:47:45 +02:00
wiki/wiki/databases.md
TiynGER 046b9bc995 docker-image folder added
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.
2021-03-16 15:34:35 +01:00

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