rust-query
rust-query copied to clipboard
Support for zero-downtime migrations
This is quite a difficult problem that may or may not be in scope for this project.
Current ideas:
- Make the schema check only what is required to prevent crashes. (Allowing addition columns etc).
- Rewrite queries using migration code to transparently work on all schema versions