Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Create and manipulate type-safe SQL for PostgreSQL
Latest
variable db.db
Re-export
import { db } from "https://deno.land/x/pasta@0.0.12/src/database/index.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.12/src/database/index.ts";
const { db } = db;

Parameters

uri: string