Count in relational queries

How do I count in relational queries? For example if i'm querying db.query.posts.findMany() and want to include an extra field that counts the number of likes (diff table), how can I achieve that? Couldn't make it work with the "extras" and trying to make a sqlcount() there. Thanks in advance
6 Replies
bloberenober
bloberenober•15mo ago
aggregations are not supported yet, but it's one of our priorities
Will
Will•11mo ago
@bloberenober any news here?
Andrii Sherman
Andrii Sherman•11mo ago
still no updates here, currently you should use separate query to count anything you need Or use drizzle core api to make, where you can simulate almost any query complexity
Ryley
Ryley•4mo ago
Any updates @Andrew Sherman ?
GetPsyched
GetPsyched•4mo ago
Would prefer this done as well
freddie
freddie•4mo ago
and learn some sql along the way! drizzle core API > query builder 🤣