Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 533 Bytes

File metadata and controls

5 lines (4 loc) · 533 Bytes

This directory contains code from Point-Free Episode: SQL Builders: Advanced Selects

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.