property DatabaseAdapterOptions.drizzleInstance
Since 0.1.0

Inject the application's opaque configured Drizzle database, created by createDrizzleDatabase(database, transactionBridge). Required when type: 'drizzle' — see DrizzleAdapterOptions, which makes that a compile error rather than a startup throw. The explicit bridge positively guarantees Promise-aware native callback semantics instead of inferring them from a structural transaction method.

Type

Usage

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