i8enn / pydantic-odm

Small async ODM for MongoDB based in Motor and Pydantic library
MIT License
39 stars 8 forks source link

Implemented enum support #20

Closed i8enn closed 4 years ago

i8enn commented 4 years ago

Fix encode error for bson: it cannot serialize Enum objects.

Note: this solution possibly not good (crutch).

Fix #19