UNPKG

quick-erd

Version:

quick and easy text-based ERD + code generator for migration, query, typescript types and orm entity

4 lines (3 loc) 186 B
import Knex from 'knex'; export declare function loadSqliteKnex(dbFile: string): Knex.Knex<any, unknown[]>; export declare function loadKnex(client?: string): Knex.Knex<any, unknown[]>;