From 1bae5181ae7ccda7a61d5a3c871baf7620a50b2c Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sat, 12 Nov 2022 19:18:32 -0500 Subject: [PATCH] Update readme --- readme.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 32bd5b0..0e0a002 100644 --- a/readme.md +++ b/readme.md @@ -10,10 +10,30 @@ Handles initial install and setup of various database types. ### MySQL One of the most common types of Database. Recommended for anyone wanting to learn how to use a database. + +See: +* https://dev.mysql.com/doc/ +* https://wiki.brandon-rodriguez.com/Programming/MySQL + + ### MariaDB An open source fork of MySQL, made by some of the same developers. -Is a viable alternative, and for some OS's, the prefered install choice. +Is a viable alternative to MySQL, and for some OS's, the prefered install choice. + + +See: + * https://mariadb.com/kb/en/documentation/ + * https://wiki.brandon-rodriguez.com/Programming/MariaDB + + +### PostgreSQL +Another common database type, and viable alternative to MySQL. + + +See: +* https://www.postgresql.org/docs/ +* https://wiki.brandon-rodriguez.com/Programming/PostgreSQL ## Notes -- GitLab