1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-10 01:41:23 +02:00

restructuring: reevaluating the docker headers

This commit is contained in:
TiynGER
2021-03-10 21:30:32 +01:00
parent 5876bc0e26
commit 33fdfdfc90
34 changed files with 240 additions and 290 deletions

9
wiki/databases.md Normal file
View File

@@ -0,0 +1,9 @@
# Databases
Databases are data collections of a computer system.
Most prominent type of database are SQL databases.
## Database management systems (DBMS)
- [MySQL](./mysql.md) is a relational DBMS
- [MariaDB](./mariadb.md) is a relational DBMS that is a fork of MySQL