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
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...
Was this page helpful?