method DrizzleAdapter.prototype.transactionIsolationLevels
DrizzleAdapter.prototype.transactionIsolationLevels(): readonly TransactionIsolationLevel[]

The branded transaction bridge either accepts every portable level or no isolation request at all; it is the application's explicit guarantee.

Return Type

Usage

import { DrizzleAdapter } from "database-plugin/src/index.ts";