UNPKG

@directus/api

Version:

Directus is a real-time API and App dashboard for managing SQL database content

7 lines (6 loc) 98 B
export class DatabaseHelper { knex; constructor(knex) { this.knex = knex; } }