Is relationships only for .findMany() and .findFirst()
Is it correctly understood that relationships only works with .findMany() and .findFirst() and not with select, insert, update, and delete?
In the documentation, that is the only examples I can find https://orm.drizzle.team/docs/rqb#declaring-relations
In the documentation, that is the only examples I can find https://orm.drizzle.team/docs/rqb#declaring-relations
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.