property DatabaseAdapterOptions.url
Since 0.1.0
Deprecated

Prisma v7 clients are generated at an application-selected output path and receive their connection configuration when the application constructs them. Inject that generated client through prismaClient instead. This field remains for source compatibility and is not read by the Prisma adapter.

Database connection URL (e.g., postgresql://localhost:5432/mydb).

Type

string

Usage

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