property CustomDatabaseOptions.adapter
Since 0.2.0

The backend to use, already constructed. The plugin calls connect() on it during register() and disconnect() during shutdown; it never constructs or replaces it.

Type

Usage

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