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

x/pasta/mod.ts>db.db

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

type

{ transaction; transactionReturning; }

type

{ transaction; transactionReturning; }
function db.db
Re-export
import { db } from "https://deno.land/x/pasta@0.0.7/mod.ts";
const { db } = db;

Parameters

uri: string