The world runs on legacy code—hundreds of millions of lines of it. Can we rewrite it all in Rust? And is that even a good idea?
All tagged migration
The world runs on legacy code—hundreds of millions of lines of it. Can we rewrite it all in Rust? And is that even a good idea?
A quick tutorial on two ways to migrate databases in Ci/CD pipelines: running migrations using a CLI tool, and using a Kubernetes Job resource.