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

Limits the result to rows within the specified range, inclusive.

Parameters

from: number

The starting index from which to limit the result, inclusive.

to: number

The last index to which to limit the result, inclusive.

optional
unnamed 2: { foreignTable?: string; } = [UNSUPPORTED]

The foreign table to use (for foreign columns).