UNPKG

@clickup/ent-framework

Version:

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

8 lines 245 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GLOBAL_SHARD = void 0; /** * The table is located in the global Shard (0). */ exports.GLOBAL_SHARD = "global_shard"; //# sourceMappingURL=ShardAffinity.js.map