Not equal with relational queries

Has anyone used ne with relational queries?

When I use the callback syntax, I get the following type error:

where: (table, { ne }) => ne(table.name, "name")
                 ^^ Property 'ne' does not exist on type { ... }
Was this page helpful?