hasansezertasan / opinionated-mixins

Opinionated set of mixins. Implemented in Data Classes, Pydantic, SQLAlchemy, SQLModel, MongoEngine, ODMantic, Beanie, and WTForms.
MIT License
2 stars 0 forks source link

Question: Create ODMantic Model from Pydantic Model #11

Open hasansezertasan opened 4 months ago

hasansezertasan commented 4 months ago

Since ODMantic is based on Pydantic, we might be able to use Pydantic models to create an ODMantic model to reduce code duplicity.

Related issues: