Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 439 Bytes

File metadata and controls

5 lines (4 loc) · 439 Bytes

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

We add sorting to our SQL builder, which will give us a powerful, succinct syntax for controlling the order of results. We will start small but build up to parameter packs and even a custom result builder to get the most flexibility out of our API.