UNPKG

quick-erd

Version:

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

4 lines (3 loc) 139 B
import { Knex } from 'knex'; import { Table } from '../core/ast'; export declare function scanPGTableSchema(knex: Knex): Promise<Table[]>;