Skip to main content
Module

x/postgrest/mod.ts>PostgrestFilterBuilder#lt

Isomorphic JavaScript client for PostgREST.
Latest
method PostgrestFilterBuilder.prototype.lt
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 less than the specified value.

Parameters

column: keyof T

The column to filter on.

value: T[keyof T]

The value to filter with.