Module

x/justaos_orm/src/operation-interceptor/DatabaseOperationInterceptorService.ts>default#intercept

JUSTAOS's ORM (Object–relational mapping) tool is built for Deno and provides transparent persistence for JavaScript objects to Postgres database.
Go to Latest
method default.prototype.intercept
import { default } from "https://dotland.deno.dev/x/justaos_orm@v6.4.0/src/operation-interceptor/DatabaseOperationInterceptorService.ts";

Parameters

tableName: string
records: Record[]
optional
context: DatabaseOperationContext
optional
disabledIntercepts: boolean | string[]

Returns

Promise<Record[]>