Skip to main content
Module

x/denodb/mod.ts>Model._runEventListeners

MySQL, SQLite, MariaDB, PostgreSQL and MongoDB ORM for Deno
Latest
method Model._runEventListeners
import { Model } from "https://deno.land/x/denodb@v1.4.0/mod.ts";

Run event listeners given a query type and results.

Parameters

queryType: QueryType
optional
instances: Model | Model[]