Subscriber-Only: Today's episode is available only to subscribers. If you are a Point-Free subscriber you can access your private podcast feed by visiting https://www.pointfree.co/account.
---
We now have a type-safe syntax for generating `SELECT` statements using key paths to the
columns we want to select, but while this syntax is nice and what many existing
libraries use, we can do better. Let's introduce a more advanced syntax that leverages
variadic generics and supports more complex query expressions.