Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 490 Bytes

File metadata and controls

5 lines (4 loc) · 490 Bytes

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

We begin to build a type-safe SQL query builder from scratch by familiarizing ourselves with the SELECT statement. We will explore the SQLite documentation to understand the syntax, introduce a type that can generate valid statements, and write powerful inline snapshot tests for their output.