Type safe SQL queries with Typescript template literal types, part 1, the basics
The basics
Mar 8, 202110 min read780

Search for a command to run...
Series
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.