Findfirst and Findmany config
Hello I am new to using drizzle and can't seem to make the findFirst and findMany work. I am using postgress here's the code for my connection :

3 Replies
You need to pass your schema to your drizzle function
Drizzle Queries - DrizzleORM
Drizzle ORM | %s
Oh got it thanks