Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denodb/deps.ts>MongoDBClient#runCommand

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
method MongoDBClient.prototype.runCommand
import { MongoDBClient } from "https://deno.land/x/denodb@v1.1.0/deps.ts";

Type Parameters

optional
T = any

Parameters

db: string
body: Document

Returns

Promise<T>