Building a better and scalable system for data migrations
October 24, 2024
Recently I read about a new Rust web framework called
rwf. I was especially curious about its approach
to handling database migrations, as many frameworks released in recent years
tend to either overlook this or provide a mechanism that won't scale to larger
projects. Reading through the documentation I learned that rwf falls in the
second category: it generates two SQL files, one for migrating forward and one
for migrating backwards, and evaluates the appropriate files based on...
Read more at yorickpeterse.com