Writing Database Migrations with Macros in Rust
In this blog post, I'll explore how to write macros for running database migrations in Rust, specifically targeting PostgreSQL databases.
Choosing the Right Tool
During my research, I came across two excellent tools for managing database migrations i...
grimmag.hashnode.dev4 min read