Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
15 votes
2 answers
851 views

Builder pattern for users in document database

I'm attempting to make a builder pattern that makes sense and is practical for storing user data in a flexible way in a document database. The DB I chose is MongoDB, and I'm using its Java API ...
Phrancis's user avatar
  • 20.5k
15 votes
2 answers
5k views

Test mongoose model

I have mongoose model: ...
Naor's user avatar
  • 505