UNPKG

nosql-constraints

Version:

Helpers to manage constrants (i.e. cascade delete) in a NoSQL database

27 lines 441 B
"use strict"; /** * Examples of how referencing properties could be named * { * portfolioId: '123', * }, * { * accountIds: ['123', '456'], * }, * { * account: { * accountId: '123', * }, * } * { * accounts: [ * { * accountId: '123', * }, * { * accountId: '456', * } * ] * }, */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=schema.js.map