property DrizzleAdapterOptions.drizzleTables
Since 0.2.0

Entity name → real Drizzle table definition. Required, and must hold at least one entry.

Type

Record<string, unknown>

Usage

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