Database Research - RPG-Research/bcirpg GitHub Wiki
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.