Count, Distinct, etc (postgres)
Where can I find documentation for these kinds of db operations?
I'm using drizzle with postgres-js
Thank you
2 Replies
You can use sql for any aggregation functions
https://orm.drizzle.team/docs/sql#sql-select
Magical sql operator 🪄 – DrizzleORM
Drizzle ORM | %s
thank you 🙂