A better SQL in 11 lines of code
Summary
A tutorial introducing Prela, a binary-relations-based query language, showing how to encode tables as binary relations, compose queries with select, where, and and, and implement a toy Prela interpreter in Python. The piece contrasts Prela's approach with SQL and demonstrates how complex queries can be built from simple, composable operations.