es-entity
Version:
ORM framework for Node js based on Ecmascript 6 and Typescript.
12 lines • 421 B
JavaScript
var HandlerType;
(function (HandlerType) {
HandlerType["none"] = "none";
HandlerType["mysql"] = "mysql";
HandlerType["postgresql"] = "postgresql";
HandlerType["mssql"] = "mssql";
HandlerType["oracle"] = "oracle";
HandlerType["sqlite"] = "sqlite";
HandlerType["cassandra"] = "cassandra";
})(HandlerType || (HandlerType = {}));
export default HandlerType;
//# sourceMappingURL=HandlerType.js.map