Getting typescript error when using where clause inside with in query API.
Hi,
I need help in resolving the below mentioned typescript error
on where clause inside assessment of this query
I saw the part of documentation where it says that it's possible to use where inside query API
https://orm.drizzle.team/docs/rqb#select-filters
I am using the following versions:
drizzle: ^0.43.1
drizzle-kit: ^0.31.1
typescript: ^5.8.3
I need help in resolving the below mentioned typescript error
on where clause inside assessment of this query
I saw the part of documentation where it says that it's possible to use where inside query API
https://orm.drizzle.team/docs/rqb#select-filters
I am using the following versions:
drizzle: ^0.43.1
drizzle-kit: ^0.31.1
typescript: ^5.8.3
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.