sql-ddl-to-json-schema
Version:
Parse and convert SQL DDL statements to a JSON Schema.
9 lines (8 loc) • 305 B
TypeScript
import { JSONSchemaFormatter } from '../../../typings';
/**
* Formats given array of tables in compact format to JSON Schema array
*
* @param json Compact JSON format (array of tables).
* @param options Options available to format as JSON Schema.
*/
export declare const format: JSONSchemaFormatter;