Central Rest API Vs Direct Database Connection For Data Queries
Hey I am working on a public bot with a dashboard for Minecraft servers and I have made a simple diagram for the architecture of the system. I am wondering if allowing all three services connection to the database is a bad idea or should I have a central api that you query data from.

