Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/pasta/src/database/index.ts>db.transactionReturning

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

Parameters

statement: SqlBuilder