type alias IsolationLevelimport { type IsolationLevel } from "https://deno.land/x/postgres@v0.19.0/query/transaction.ts"; The isolation level of a transaction to control how we determine the data integrity between transactions definition: "read_committed" | "repeatable_read" | "serializable"