Skip to main content
Module

x/postgrest/mod.ts>PostgrestFilterBuilder#gt

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

Finds all rows whose value on the stated column is greater than the specified value.

Parameters

column: keyof T

The column to filter on.

value: T[keyof T]

The value to filter with.