Skip to main content
Module

x/denodb/deps.ts>Bson.BinarySequence

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
type alias Bson.BinarySequence
import { type Bson } from "https://deno.land/x/denodb@v1.4.0/deps.ts";
const { BinarySequence } = Bson;
definition: Uint8Array | Buffer | number[]