dymmond / edgy

🔥 The perfect ORM to work with complex databases 🔥
https://edgy.dymmond.com
BSD 3-Clause "New" or "Revised" License
193 stars 9 forks source link

[Feature] - Marshalls #87

Closed tarsil closed 5 months ago

tarsil commented 5 months ago

. Add support for Marshalls.

This is an optional alternative for serializing the Edgy models. This functionality allows to add extra fields to the final JSON payload sent by the model.

A wrapper on top of the model_dump() from Pydantic.