Skip to main content
Module

x/denodb/deps.ts>Bson.MinKey

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

A class representation of the BSON MinKey type.

Constructors

new
MinKey()

Properties

_bsontype: "MinKey"

Methods

inspect(): string