Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pasta/mod.ts>sql.selection

Create and manipulate type-safe SQL for PostgreSQL
Go to Latest
function sql.selection
import { sql } from "https://deno.land/x/pasta@0.0.7/mod.ts";
const { selection } = sql;

Parameters

builder: SqlBuilder
columns: string[] | [string, string][]
optional
table: string