@adonisjs/lucid
Version:
SQL ORM built on top of Active Record pattern
21 lines (20 loc) • 661 B
JavaScript
/*
* @adonisjs/lucid
*
* (c) Harminder Virk <virk@adonisjs.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
/// <reference path="./database.ts" />
/// <reference path="./events.ts" />
/// <reference path="./querybuilder.ts" />
/// <reference path="./model.ts" />
/// <reference path="./orm.ts" />
/// <reference path="./schema.ts" />
/// <reference path="./migrator.ts" />
/// <reference path="./relations.ts" />
/// <reference path="./factory.ts" />
/// <reference path="./validator.ts" />
/// <reference path="./seeder.ts" />
/// <reference path="./container.ts" />