UNPKG

@adonisjs/lucid

Version:

SQL ORM built on top of Active Record pattern

7 lines (6 loc) 232 B
import type { Repl } from '@adonisjs/core/repl'; import type { ApplicationService } from '@adonisjs/core/types'; /** * Define REPL bindings */ export declare function defineReplBindings(app: ApplicationService, Repl: Repl): void;