Error on Query Filter: Types of property 'table' are incompatible.
I'm currently trying to filter a query as explained in on the docs, but I'm getting an error an error that I assume is caused by incompatibility with
MySqlColumn
and Column<ColumnBaseConfig<ColumnDataType, string>, object, object>
. Maybe I am missing something but I would appreaciate some help.Drizzle ORM - Query
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.
0 Replies