@ticatec/node-common-library
Version:
A comprehensive Node.js database access framework providing robust abstractions for database connection management, SQL execution, transaction handling, pagination, and dynamic query building.
9 lines • 314 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Scope = void 0;
var Scope;
(function (Scope) {
Scope[Scope["Singleton"] = 0] = "Singleton";
Scope[Scope["Prototype"] = 1] = "Prototype";
})(Scope = exports.Scope || (exports.Scope = {}));
//# sourceMappingURL=Scope.js.map
;