Skip to main content

Command Palette

Search for a command to run...

Series

Type safe SQL Queries with Typescript

In this series of posts we'll see how to build a QueryParser Typescript type, relying heavily on template literal types (TLT). To get us started, let's first look at the specific syntax of TLT.