Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typeorm/src/index.ts>Brackets

Forked from https://github.com/typeorm/typeorm
Latest
class Brackets
import { Brackets } from "https://deno.land/x/typeorm@v0.2.23-rc10/src/index.ts";

Syntax sugar. Allows to use brackets in WHERE expressions for better syntax.

Constructors

new
Brackets(whereFactory: (qb: WhereExpression) => any)

Given WHERE query builder that will build a WHERE expression that will be taken into brackets.

Properties

whereFactory: (qb: WhereExpression) => any

WHERE expression that will be taken into brackets.