Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias postgres.TransactionOptions
import { type postgres } from "https://deno.land/x/miranda@0.0.6/src/deps.ts";
const { TransactionOptions } = postgres;
definition: { isolation_level?: IsolationLevel; read_only?: boolean; snapshot?: string; }