interface DrizzleDatabaseIdentity

Erased identity of a package-created Drizzle configuration.

This is the type DatabaseAdapterOptions.drizzleInstance accepts, so it is part of the public barrel. Prefer the correlated DrizzleDatabase<TDatabase> wherever the application's own database type is still known — this erased form deliberately carries no TDatabase, and the query accessors will not take it in place of the correlated configuration.

Properties

Usage

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