Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migration Support #12

Open
codello opened this issue Apr 10, 2020 · 0 comments
Open

Migration Support #12

codello opened this issue Apr 10, 2020 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@codello
Copy link
Owner

codello commented Apr 10, 2020

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 codello added the enhancement New feature or request label Apr 10, 2020
@codello codello added this to To do in Version 1.0 Apr 13, 2020
@codello codello mentioned this issue Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Version 1.0
  
To do
Development

No branches or pull requests

1 participant