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

x/pasta/src/index.ts>transaction.transaction

Create and manipulate type-safe SQL for PostgreSQL
Go to Latest
variable transaction.transaction
Re-export
import { transaction } from "https://deno.land/x/pasta@0.0.2/src/index.ts";
const { transaction } = transaction;
function transaction.transaction
Re-export
import { transaction } from "https://deno.land/x/pasta@0.0.2/src/index.ts";
const { transaction } = transaction;

Parameters

statement: SqlBuilder