Options for the DatabasePlugin factory.
A union discriminated on type: the built-in arm keeps type optional
(so an omitted type still means 'memory'), while 'custom' requires an
adapter.
Options for the DatabasePlugin factory.
A union discriminated on type: the built-in arm keeps type optional
(so an omitted type still means 'memory'), while 'custom' requires an
adapter.
import { type DatabasePluginOptions } from "database-plugin/src/index.ts";