Problem with relational drizzle ORM
Hello,
I create generic function and the problem is with relation
Origin of my post: https://github.com/drizzle-team/drizzle-orm/discussions/3570
Can you help me
Thank you
GitHub
Problem with relational drizzle ORM · drizzle-team drizzle-orm · Di...
Hello, I create generic function and the problem is with relation This is my code generic async findMany<T>(schema: any, params: FindManyParams<T> = {}): Promise<T[]> { const { wh...
2 Replies
If you put this in drizzle.run it's a lot easier to help you
Drizzle Run
Simple example findMany - Drizzle Run