UNPKG

ddl-manager

Version:

store postgres procedures and triggers in files

14 lines 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CacheIndex = void 0; class CacheIndex { constructor(index, on) { this.index = index; this.on = on; } toString() { return `index ${this.index} on (${this.on.join(", ")})`; } } exports.CacheIndex = CacheIndex; //# sourceMappingURL=CacheIndex.js.map