diff --git a/README.md b/README.md index 5387aae8..4c392d5b 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,13 @@ If you are reading this it looks like you are looking to add an egg to your serv * [JTS3ServerMod](/bots/teamspeak3/jts3servermod/) ## Database Eggs +### SQL Databases [MariaDB](/database/mariadb/) -[Redis](/database/redis/) -## Game Eggs +### In-Memory Databases +[Redis](/database/redis/) + +## Game Eggs [ET Legacy](/enemy_territory/etlegacy/) [Factorio](/factorio/factorio/) diff --git a/database/README.md b/database/README.md index c040f047..a8b5ed95 100644 --- a/database/README.md +++ b/database/README.md @@ -1,12 +1,13 @@ # databases -## sql DBs - +## SQL Databases ### [mariadb](/mariadb/) https://mariadb.org/ ### [postgres](/postgres/) https://www.postgresql.org/ + +## In-Memory Databases ### [redis](/redis/) https://redis.io/ \ No newline at end of file