withIsolationSupport<TDatabase extends object>(bridge: DrizzleTransactionBridge<TDatabase>): DrizzleTransactionBridge<TDatabase>
Declares that an application-owned Drizzle bridge forwards transaction options to its driver.
The declaration cannot prove the bridge uses options; callers must make
that assertion explicitly rather than letting an unbranded bridge silently
ignore an isolation request.
bridge: DrizzleTransactionBridge<TDatabase>
Promise-aware bridge that honours its optional options
The same bridge, branded for createDrizzleDatabase