Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method PostgrestFilterBuilder.prototype.rangeLte
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 does not extend to the right of the specified range.

Parameters

column: keyof T

The column to filter on.

range: string

The range to filter with.