Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/postgrest/src/lib/PostgrestFilterBuilder.ts>PostgrestFilterBuilder#not

Isomorphic JavaScript client for PostgREST.
Latest
method PostgrestFilterBuilder.prototype.not
import { PostgrestFilterBuilder } from "https://deno.land/x/postgrest@1.1.0/src/lib/PostgrestFilterBuilder.ts";

Finds all rows which doesn't satisfy the filter.

Parameters

column: keyof T

The column to filter on.

operator: FilterOperator

The operator to filter with.

value: any

The value to filter with.