aggregation core queries in extras?
Saw this in the docs. How do I do a count() here? Does it require a separate query or can I still combine it into one request?
the
core queries
links to https://orm.drizzle.team/docs/select
Can I use this in the extras
?
This is what I would like to add to the query:
Drizzle ORM - Select
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
1 Reply
I just realized.. it probably means I should do the whole query with the
db.select
syntax, right?