Can't find ``all`` option on join
In this example: https://orm.drizzle.team/docs/joins#many-to-one-example
They use a
.all();
at the end to get more than 1 joined element. I'm trying a very similar thing and there is no all
function:
Drizzle ORM - Joins
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
1 Reply
Do you have solution on this?