#Mongoose

1 item tagged “Mongoose

TILBackend3 min read

Designing MongoDB Schemas with Mongoose Without Fighting Yourself Later

TIL that a MongoDB collection modeled around how a screen displayed data instead of how the data actually related caused a rewrite once a second screen needed the same data differently.

#MongoDB