sql-ddl-to-json-schema
Version:
Parse and convert SQL DDL statements to a JSON Schema.
9 lines (8 loc) • 410 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.Grammar = void 0;
var grammar_1 = require("./grammar");
Object.defineProperty(exports, "Grammar", { enumerable: true, get: function () { return __importDefault(grammar_1).default; } });