db.select().from(multiple tables)
Hello, I want to do this SQL query:
the same as:
the same as:
In drizzle, so far I managed to do it this way:
but I am not proud of it, is there a better way?
thanks in advance
1 Reply
Drizzle ORM - Select
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.