import { type TransactionOptions } from "https://deno.land/x/postgres@v0.19.0/query/transaction.ts";
Type of the transaction options
definition: { isolation_level?: IsolationLevel; read_only?: boolean; snapshot?: string; }
import { type TransactionOptions } from "https://deno.land/x/postgres@v0.19.0/query/transaction.ts";
Type of the transaction options