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
Simple per-document update Migrations
Complex multi-collection migrations (written in Python)
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