Skip to main content
Module

x/pasta/mod.ts>internal.order

Create and manipulate type-safe SQL for PostgreSQL
Latest
function internal.order
import { internal } from "https://deno.land/x/pasta@0.0.12/mod.ts";
const { order } = internal;

Parameters

builder: SqlBuilder
columns: string[] | [string, "ASC" | "DESC"][]
optional
table: string