typeorm
Version:
Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.
12 lines (10 loc) • 464 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.MetadataTableType = void 0;
var MetadataTableType;
(function (MetadataTableType) {
MetadataTableType["VIEW"] = "VIEW";
MetadataTableType["MATERIALIZED_VIEW"] = "MATERIALIZED_VIEW";
MetadataTableType["GENERATED_COLUMN"] = "GENERATED_COLUMN";
})(MetadataTableType || (exports.MetadataTableType = MetadataTableType = {}));
//# sourceMappingURL=MetadataTableType.js.map