Skip to main content
Module

x/denodb/deps.ts>MongoDBDatabase#listCollections

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

Parameters

optional
options: { filter?: Document; nameOnly?: boolean; authorizedCollections?: boolean; comment?: Document; } = [UNSUPPORTED]

Returns

CommandCursor<ListCollectionsResult>