Motor-ODM icon indicating copy to clipboard operation
Motor-ODM copied to clipboard

Migration Support

Open codello opened this issue 4 years ago • 0 comments

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)
  • Possibly JavaScript based migrations

codello avatar Apr 10 '20 20:04 codello