UNPKG

quick-erd

Version:

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

3 lines (2 loc) 101 B
import { Field } from '../core/ast'; export declare function parseCreateTable(sql: string): Field[];