superduper icon indicating copy to clipboard operation
superduper copied to clipboard

[SERIALIZE] Make `Schema` an option for MongoDB

Open blythed opened this issue 9 months ago • 1 comments

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.

blythed avatar May 01 '24 12:05 blythed

This feature will continue after the #2039 is merged.

jieguangzhou avatar May 09 '24 02:05 jieguangzhou