Skip to main content
Module

x/typeorm/src/query-builder/RelationRemover.ts>RelationRemover

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

Allows to work with entity relations and perform specific operations with those relations.

todo: add transactions everywhere

Constructors

new
RelationRemover(queryBuilder: QueryBuilder<any>, expressionMap: QueryExpressionMap)

Methods

remove(value: any | any[]): Promise<void>

Performs remove operation on a relation.