scionaltera / agony-engine

A modern, web based, procedurally generated MUD.
https://agonyengine.com
MIT License
17 stars 5 forks source link

Convert SQL for Aurora #151

Closed scionaltera closed 6 years ago

scionaltera commented 6 years ago

Currently the game uses a single-instance PostgreSQL in RDS, but I'd like to switch it over to my "serverless" Aurora cluster that is more robust because it's a cluster. Unfortunately, the Aurora is set to MySQL compatibility.

The plan is to do this as soon as the "Map Generators" project is done.