Skip to main content
Module

x/denodb/deps.ts>Bson.DBRef

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
class Bson.DBRef
import { Bson } from "https://deno.land/x/denodb@v1.0.40/deps.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: "DBRef"
collection: string
optional
db: string
fields: Document
oid: ObjectId

Methods

inspect(): string
toJSON(): DBRefLike & Document