mongodbrelation
Version:
ONE_TO_MANY, MANY_TO_ONE, ONE_TO_ONE, MANY_TO_MANY realtionships among diffrent collections in mongodb
22 lines (21 loc) • 504 B
JSON
{
"name": "mongodbrelation",
"version": "1.1.2",
"description": "ONE_TO_MANY, MANY_TO_ONE, ONE_TO_ONE, MANY_TO_MANY realtionships among diffrent collections in mongodb",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ONE_TO_MANY",
"MANY_TO_ONE",
"ONE_TO_ONE",
"MANY_TO_MANY",
"realtionships",
"among",
"diffrent",
"collections"
],
"author": "kamodh.pandey216@gmail.com",
"license": "MIT"
}