diff --git a/readme.md b/readme.md index 32bd5b01c63211539a0c1aa56f6dd2ac07ed5dee..0e0a0026c781a45551e06be0d1a6b32d6a54ff95 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