property MongoAdapterOptionsBase.database
Since 0.1.0

The database the collections live in.

Absent, the one encoded in url is used; absent from both, connect() fails at startup naming the option.

Type

string

Usage

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