Skip to main content
Module

x/denodb/deps.ts>Bson.BSONRegExpExtended

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

Properties

$regularExpression: { pattern: string; options: string; }