Skip to main content
Module

x/pasta/mod.ts>sql.makeSelect

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

Parameters

table: string | [string, string]
optional
schema: string