codello / Motor-ODM

A MongoDB ODM based on Motor and Pydantic.
MIT License
17 stars 5 forks source link

Migration Support #12

Open codello opened 4 years ago

codello commented 4 years ago

Sometimes a database schema changes drastically. In those cases it might be simpler to migrate all existing data according to some rules instead of dealing with two different kinds of data.

Motor-ORM should support this with