IMongoDatabase.collection(name: string): IMongoCollection
Returns the collection named name.
IMongoDatabase.collection(name: string): IMongoCollection
Returns the collection named name.
import { type IMongoDatabase } from "database-plugin/src/index.ts";