Postgres's lateral joins allow for quite the good eDSL

182 · Users Rust Lang · April 29, 2026, 1:54 p.m.
Summary
The blog post introduces rust-rel8, a Rust library designed to replicate the functionality of the Haskell library rel8. It showcases how PostgreSQL's lateral joins can be leveraged to write SQL queries that integrate seamlessly with Rust, providing a unique way to compose SQL in a more developer-friendly manner.