I am developing a dashboard with stats from the da...
# orm-help
o
I am developing a dashboard with stats from the database (e.g. total number of users). What is the typical approach to returning a whole bunch summarised values from several tables in the database? Would one have a single query which returns a structured number of fields corresponding to these totals or perhaps Prisma offers an elegant way to achieve? What are people using?