rust-query icon indicating copy to clipboard operation
rust-query copied to clipboard

Support for zero-downtime migrations

Open LHolten opened this issue 1 year ago • 0 comments

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

LHolten avatar Dec 01 '24 17:12 LHolten