Skip to content

Files

Latest commit

Mar 25, 2025
ca9864e · Mar 25, 2025

History

History

0317-sql-building-pt4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 20, 2025
Mar 25, 2025

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.