Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method PostgrestFilterBuilder.prototype.rangeLt
import { PostgrestFilterBuilder } from "https://deno.land/x/postgrest@1.1.0/src/lib/PostgrestFilterBuilder.ts";

Finds all rows whose range value on the stated column is strictly to the left of the specified range.

Parameters

column: keyof T

The column to filter on.

range: string

The range to filter with.