Created Database Research (markdown)

Luke G 2023-10-01 13:13:08 -06:00
parent 4664402a46
commit 74049b43a4

7
Database-Research.md Normal file

@ -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.