From cc2ffd872c09ab53d9289a41b8beea156ccc70c9 Mon Sep 17 00:00:00 2001 From: Michael Parker Date: Sat, 28 Mar 2020 14:09:51 -0400 Subject: [PATCH] update readmes --- README.md | 7 +++++-- database/README.md | 5 +++-- 2 files changed, 8 insertions(+), 4 deletions(-) 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