Skip to main content
Module

x/denodb/deps.ts>Bson.BSONSymbol

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

A class representation of the BSON Symbol type.

Constructors

new
BSONSymbol(value: string)

Properties

_bsontype: "Symbol"
value: string

Methods

toJSON(): string
toString(): string
valueOf(): string

Access the wrapped string value.