UNPKG

@knestjs/core

Version:

Knestjs search to be a Nestjs ORM in which you write the models once and only once. This is done creating migrations automatically from the models that you create.

8 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getIndexName = void 0; const getIndexName = (idxInfo) => { return idxInfo.name ?? `idx_${idxInfo.properties.join("_")}`; }; exports.getIndexName = getIndexName; //# sourceMappingURL=get-index-name.js.map