interface MongoOptions
Since 0.1.0

Operation options the data source passes to every driver call — the session a transaction-scoped data source binds to.

Properties

The session a transaction-scoped operation runs under.

Usage

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