UNPKG

@clickup/ent-framework

Version:

A PostgreSQL graph-database-alike library with microsharding and row-level security

13 lines 298 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Ref = void 0; /** * See PgClient#withShard() for reasons of having this class. */ class Ref { constructor(current) { this.current = current; } } exports.Ref = Ref; //# sourceMappingURL=Ref.js.map