2021-03-24 UTC
# [mapkyca] There is a task to migrate to doctrine. My goal is to move the schema over to a "config as code" model, where the schema is represented as a JSON, and managed by doctrine for whatever underlaying database people use (maria, postgres, etc). This is how I've done things elsewhere in some very large scale systems, and it works well. Some of that code is open source so I can probably migrate it.