From 74049b43a483cda923e798a2c823bf1409ca5f7b Mon Sep 17 00:00:00 2001 From: Luke G <48702026+PersonGuyGit@users.noreply.github.com> Date: Sun, 1 Oct 2023 13:13:08 -0600 Subject: [PATCH] Created Database Research (markdown) --- Database-Research.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Database-Research.md diff --git a/Database-Research.md b/Database-Research.md new file mode 100644 index 0000000..768f67b --- /dev/null +++ b/Database-Research.md @@ -0,0 +1,7 @@ +# We chose to go with Postgres as our Database solution. + +## Pros of Postgres over other databases: +* PostGres has an easy to install Asset Store plugin. +* Postgres does not require our team to compile the engine from source, as if we were using MongoDB and MariaDB/MySQL plugins. +* The MongoDB plugin has no official Linux documentation. +* MariaDB Plugin has no official documentation, asides for how to install it. \ No newline at end of file