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

x/pasta/src/index.ts>sql.count

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

Parameters

optional
expr: string

Returns

ExprCall