Skip to main content
Module

x/denodb/deps.ts>Bson.MaxKey

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
class Bson.MaxKey
import { Bson } from "https://deno.land/x/denodb@v1.4.0/deps.ts";
const { MaxKey } = Bson;

A class representation of the BSON MaxKey type.

Constructors

new
MaxKey()

Properties

_bsontype: "MaxKey"

Methods

inspect(): string