@adonisjs/lucid
Version:
SQL ORM built on top of Active Record pattern
13 lines (12 loc) • 444 B
JavaScript
/*
* @adonisjs/lucid
*
* (c) AdonisJS
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
export { BelongsToQueryClient } from './belongs_to/query_client.js';
export { HasManyQueryClient } from './has_many/query_client.js';
export { HasOneQueryClient } from './has_one/query_client.js';
export { ManyToManyQueryClient } from './many_to_many/query_client.js';