|
|
|
|
|
by adoxyz
2106 days ago
|
|
The thing about MongoDB is that it does support $jsonSchema for enforcing a schema in a very flexible way. So rather than having to have a strict schema for every piece of data, you can use $jsonSchema for as little or as much of your data as you see fit so really you can have the best of both worlds. For reference:
https://docs.mongodb.com/manual/reference/operator/query/jso... |
|