Skip to main content
Module

x/typeorm/src/index.ts>EventSubscriber

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

Classes decorated with this decorator will listen to ORM events and their methods will be triggered when event occurs. Those classes must implement EventSubscriberInterface interface.