UNPKG

typeorm-sharding-repository

Version:

TypeORM Sharding Repository: Enables TypeORM to be utilized in a distributed database environment.

9 lines (8 loc) 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ShardingType = void 0; var ShardingType; (function (ShardingType) { ShardingType["RANGE"] = "RANGE"; // MODULAR = 'MODULAR', })(ShardingType = exports.ShardingType || (exports.ShardingType = {}));