UNPKG

kysely

Version:
9 lines (8 loc) 194 B
/// <reference types="./driver.d.ts" /> export const TRANSACTION_ISOLATION_LEVELS = [ 'read uncommitted', 'read committed', 'repeatable read', 'serializable', 'snapshot', ];