Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pasta/src/sql-builder.ts>order

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

Parameters

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