Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/denodb/deps.ts>Bson.Binary#value

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Go to Latest
method Bson.Binary.prototype.value
import { Bson } from "https://deno.land/x/denodb@v1.1.0/deps.ts";
const { Binary } = Bson;

Returns the value of this binary as a string.

Parameters

optional
asRaw: boolean
  • Will skip converting to a string