3 Replies
given a
userPost
is comprised of these fields
and this relational database
how can i make queries like these "pseudo SQL" ones below?
i want to sort userPosts
by createdAt
, and only return limit: 50
Magical sql operator 🪄 – DrizzleORM
Drizzle ORM | %s
Views (WIP) – DrizzleORM
Drizzle ORM | %s
i'm particularly concerned about the first 3 queries