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

Orders the result with the specified column.

Parameters

column: keyof T

The column to order on.

optional
unnamed 1: { ascending?: boolean; nullsFirst?: boolean; foreignTable?: string; } = [UNSUPPORTED]

If true, the result will be in ascending order.