Type safe SQL queries with Typescript template literal types, part 1, the basics
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.
Enjoy !
The use case
Sometimes you want to write your o...
pag.hashnode.dev10 min read