Skip to main content
Module

x/pasta/mod.ts>sql.column

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

Parameters

tableOrValue: string
optional
name: string

Returns

SelectedColumn