UNPKG

@adonisjs/lucid

Version:

SQL ORM built on top of Active Record pattern

6 lines (5 loc) 189 B
import { QueryClientContract } from './database.js'; /** * Shape of callback to defer database calls */ export type DeferCallback = (client: QueryClientContract) => void | Promise<void>;