UNPKG

@adonisjs/lucid

Version:

SQL ORM built on top of Active Record pattern

13 lines (12 loc) 362 B
/* * @adonisjs/lucid * * (c) AdonisJS * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ export * as errors from './src/errors.js'; export { configure } from './configure.js'; export { stubsRoot } from './stubs/main.js'; export { defineConfig } from './src/define_config.js';