Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 518 Bytes

File metadata and controls

5 lines (4 loc) · 518 Bytes

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

We close out our series on SQL query building with a library that can generate some seriously complex queries that select, join, group, aggregate, and filter data across tables. And we show how it can all play nicely with SQL strings by introducing a safe interface to SQL via a custom string interpolation.