Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2/mod.ts";
const { column } = sql;

Parameters

tableOrValue: string
optional
name: string

Returns

SelectedColumn