UNPKG

quick-erd

Version:

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

5 lines (4 loc) 238 B
import Knex from 'knex'; export declare function loadSqliteKnex(dbFile: string): Knex.Knex<any, unknown[]>; export type SSLType = 'required' | 'lax' | 'false'; export declare function loadKnex(client?: string): Knex.Knex<any, unknown[]>;