https://github.com/alexzeitler/mongoose-schema-reference-sample
Shows the usage of mongoose Schema referencing
https://github.com/alexzeitler/mongoose-schema-reference-sample
javascript mongodb mongoose mongoosejs nodejs
Last synced: 6 months ago
JSON representation
Shows the usage of mongoose Schema referencing
- Host: GitHub
- URL: https://github.com/alexzeitler/mongoose-schema-reference-sample
- Owner: AlexZeitler
- License: mit
- Created: 2015-01-31T22:51:24.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-16T17:32:35.000Z (11 months ago)
- Last Synced: 2025-02-10T02:09:53.826Z (11 months ago)
- Topics: javascript, mongodb, mongoose, mongoosejs, nodejs
- Language: JavaScript
- Homepage: https://alexanderzeitler.com/articles/mongoose-referencing-schema-in-properties-and-arrays/
- Size: 26.4 KB
- Stars: 48
- Watchers: 6
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This sample shows how to reference mongoose Schema in properties and array properties of another Schema.
More details can be found here: https://alexanderzeitler.com/articles/mongoose-referencing-schema-in-properties-and-arrays