UNPKG

json-schema-to-sql

Version:

Convert a JSON schema into SQL DDL (create table) statements.

4 lines 283 B
import { Table } from './definitions'; import { VisitedTable } from './types'; export declare function visitTable(visitedTables: VisitedTable[], tableName: string, table: Table, path?: string[], schemaPath?: string[], fromArray?: boolean): void; //# sourceMappingURL=visitor.d.ts.map