UNPKG

@adonisjs/lucid

Version:

SQL ORM built on top of Active Record pattern

5 lines (4 loc) 269 B
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';