Not equal with relational queries
Has anyone used
When I use the callback syntax, I get the following type error:
ne with relational queries?When I use the callback syntax, I get the following type error:
newhere: (table, { ne }) => ne(table.name, "name")
^^ Property 'ne' does not exist on type { ... }