SQLx Patterns in 2026 — Rust + Postgres Without the ORM
Practical SQLx: query! macro vs runtime queries, migrations with sqlx-cli, transactions, FromRow, and the discipline that makes SQLx shine.
Practical SQLx: query! macro vs runtime queries, migrations with sqlx-cli, transactions, FromRow, and the discipline that makes SQLx shine.
A from-scratch production Rust HTTP service. Axum 0.8, sqlx with compile-time-checked queries, structured errors, request tracing, layered middleware, and the exact project layout I use.