Skip to main content
Module

x/postgrest/mod.ts>PostgrestFilterBuilder#neq

Isomorphic JavaScript client for PostgREST.
Latest
method PostgrestFilterBuilder.prototype.neq
Re-export
import { PostgrestFilterBuilder } from "https://deno.land/x/postgrest@1.1.0/mod.ts";

Finds all rows whose value on the stated column doesn't match the specified value.

Parameters

column: keyof T

The column to filter on.

value: T[keyof T]

The value to filter with.