property DatabaseAdapterOptions.provider
Since 0.2.0

The SQL connector the injected Prisma client is bound to.

Only contains is connector-sensitive in the Prisma adapter. When omitted the adapter reads the client's active provider structurally at connect() time; when that cannot be determined, a contains filter throws UnsupportedFilterOperatorError naming this option as the fix. Pass it explicitly when the adapter cannot detect the connector.

Type

Usage

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