interface DrizzleDatabaseOptions
Since 0.2.0

The arm selecting the Drizzle adapter.

Both options.drizzleInstance and options.drizzleTables are required by the union, so omitting either is a compile error rather than a connect() throw.

Properties

readonly
type: "drizzle"

Selects the Drizzle arm.

Drizzle adapter configuration; the instance and table registry are required.

Usage

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