UNPKG

adonis-odm

Version:

A comprehensive MongoDB ODM for AdonisJS with Lucid-style API, type-safe relationships, embedded documents, and transaction support

9 lines 305 B
/** * Configure script for AdonisJS MongoDB ODM * * This script is executed when users run: * node ace configure adonis-odm */ import type Configure from '@adonisjs/core/commands/configure'; export declare function configure(command: Configure): Promise<void>; //# sourceMappingURL=configure.d.ts.map