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

x/denodb/deps.ts>Bson.ObjectIdLike

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

Properties

id: string | Buffer
optional
__id: string

Methods

toHexString(): string