UNPKG

sql-ddl-to-json-schema

Version:

Parse and convert SQL DDL statements to a JSON Schema.

9 lines (8 loc) 235 B
import { CompactFormatter } from '../../../typings'; /** * Formats given JSON parsed from SQL to a compact * format containing array of tables. * * @param json Parsed JSON format. */ export declare const format: CompactFormatter;