Skip to main content
Module

x/typeorm/src/persistence/SubjectTopoligicalSorter.ts

Forked from https://github.com/typeorm/typeorm
Latest
import * as typeorm from "https://deno.land/x/typeorm@v0.2.23-rc10/src/persistence/SubjectTopoligicalSorter.ts";

Classes

Orders insert or remove subjects in proper order (using topological sorting) to make sure insert or remove operations are executed in a proper order.