@liberation-data/drivine
Version:
Best and fastest graph database client for TypeScript / Node.js. Provides a level of abstraction for building highly scalable applications, without compromising architectural integrity
14 lines • 554 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Propagation = void 0;
var Propagation;
(function (Propagation) {
Propagation["MANDATORY"] = "MANDATORY";
Propagation["NESTED"] = "NESTED";
Propagation["NEVER"] = "NEVER";
Propagation["NOT_SUPPORTED"] = "NOT_SUPPORTED";
Propagation["REQUIRED"] = "REQUIRED";
Propagation["REQUIRES_NEW"] = "REQUIRES_NEW";
Propagation["SUPPORTS"] = "SUPPORTS";
})(Propagation || (exports.Propagation = Propagation = {}));
//# sourceMappingURL=Propagation.js.map