Skip to main content
Module

x/mongo/mod.ts>Bson.DBRef

MongoDB driver for Deno
Extremely Popular
Go to Latest
class Bson.DBRef
Re-export
import { Bson } from "https://deno.land/x/mongo@v0.31.0/mod.ts";
const { DBRef } = Bson;

A class representation of the BSON DBRef type.

Constructors

new
DBRef(
collection: string,
oid: ObjectId,
db?: string,
fields?: Document,
)

Properties

_bsontype: string
collection: string
optional
db: string
fields: Document