UNPKG

@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

10 lines (9 loc) 234 B
export declare enum Propagation { MANDATORY = "MANDATORY", NESTED = "NESTED", NEVER = "NEVER", NOT_SUPPORTED = "NOT_SUPPORTED", REQUIRED = "REQUIRED", REQUIRES_NEW = "REQUIRES_NEW", SUPPORTS = "SUPPORTS" }