DrizzleTypeError<"Seems like the schema generic is missing - did you forget to add it to your DB typ

Hello, I'm new to this. I'm using mysql + drizzle-orm + typescript in nextjs. I use next.js boilerplate
when I use this
db.query.books.findFirst....

ide/typescript will show error like this for books
DrizzleTypeError<"Seems like the schema generic is missing - did you forget to add it to your DB type?">


for more detail, I create an issue here: https://github.com/drizzle-team/drizzle-orm/issues/2738
354301770-4fb89907-e61a-4a83-8734-e9711eca3781.png
Was this page helpful?