Stuyk / rebar-altv

Accelerate your game mode development with a simple alt:V framework written in TypeScript.
https://rebarv.com/
47 stars 24 forks source link

feat: add aggregate db operation #91

Closed leNicDev closed 1 month ago

leNicDev commented 1 month ago

This PR adds an aggregate function to allow developers to run aggregation queries. These queries allow returning computed results with all computations running on the database.

https://www.mongodb.com/docs/manual/aggregation/