Postgres's lateral joins allow for quite the good eDSL

Heya, I'd like to show off rust-rel8. It's a library I've been working on which aims to replicate the functionality of the haskell library of the same name: rel8.

The basic premise is that it provides a way to write SQL queries which compose well in the host language by making use of lateral joins.

2 Likes