method MongoAdapter.prototype.disconnect
MongoAdapter.prototype.disconnect(): Promise<void>

Closes the connection and releases the client. @inheritdoc

Return Type

Promise<void>

Usage

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