UNPKG

661 BJavaScriptView Raw
1/*
2 * @adonisjs/lucid
3 *
4 * (c) Harminder Virk <virk@adonisjs.com>
5 *
6 * For the full copyright and license information, please view the LICENSE
7 * file that was distributed with this source code.
8 */
9/// <reference path="./database.ts" />
10/// <reference path="./events.ts" />
11/// <reference path="./querybuilder.ts" />
12/// <reference path="./model.ts" />
13/// <reference path="./orm.ts" />
14/// <reference path="./schema.ts" />
15/// <reference path="./migrator.ts" />
16/// <reference path="./relations.ts" />
17/// <reference path="./factory.ts" />
18/// <reference path="./validator.ts" />
19/// <reference path="./seeder.ts" />
20/// <reference path="./container.ts" />