type alias DatabaseAdapterType
Since 0.1.0

Supported adapter backends.

'custom' accepts any IDatabaseAdapter, so a backend can live in another package — cloudflare-plugin's D1Adapter is the first.

Definition

"prisma"
| "drizzle"
| "memory"
| "mongodb"
| "dynamodb"
| "cosmos"
| "bigtable"
| "custom"

Usage

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