odmantic
odmantic copied to clipboard
Dump an model excluding `none` values
Feature request
Context
I don't want to waste database space writing empty data.
Solution
Adding exclude_none paramater to model_dump_doc would solve the problem.