I want to run aggregation queries like count, sum, average etc.
If appwrite doesn't provide a direct way, can I somehow access the sql database directly from another docker container (running a node js server)?
TL;DR
Developers wants to run aggregation queries on MariaDB from a Node.js server in a separate Docker container. They are looking for a way to directly access the SQL database for this purpose.