superduper
superduper copied to clipboard
[SERIALIZE] Make `Schema` an option for MongoDB
Status Quo: we already support Schema
for MongoDB at insertion: insert_many(..., schema=...)
.
Suggestion: make Collection
a Component
and add an (optional) Schema
as argument.
This feature will continue after the #2039 is merged.