Skip to main content
Module

x/denodb/deps.ts>Bson.default

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
variable Bson.default
Deprecated
Deprecated

Please use named exports

import { Bson } from "https://deno.land/x/denodb@v1.0.40/deps.ts";
const { default } = Bson;

BSON default export

type

{ Binary: Binary; Code: Code; DBRef: DBRef; Decimal128: Decimal128; Double: Double; Int32: Int32; Long: Long; UUID: UUID; Map: MapConstructor; MaxKey: MaxKey; MinKey: MinKey; ObjectId: ObjectId; ObjectID: ObjectId; BSONRegExp: BSONRegExp; BSONSymbol: BSONSymbol; Timestamp: Timestamp; EJSON: EJSON; setInternalBufferSize: setInternalBufferSize; serialize: serialize; serializeWithBufferAndIndex: serializeWithBufferAndIndex; deserialize: deserialize; calculateObjectSize: calculateObjectSize; deserializeStream: deserializeStream; BSONError: BSONError; BSONTypeError: BSONTypeError; }