property DatabaseConnectionOptions.name
Since 0.1.0

Named connection for multi-database support. Defaults to 'default'.

When a name is provided, the service registers under database.<name> (e.g. database.primary); otherwise it uses the canonical CAPABILITIES.DATABASE token. Dot notation, not a colon: createCapabilityToken rejects colons.

Type

string

Usage

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