Type safe SQL queries with Typescript template literal types, part 2, inference and recursivity
Mar 12, 2021 · 7 min read · Don't forget to read the part 1 to understand how TLTs work. Now that we know more about TLTs and how powerful they are, in this part and the following we are going to create a bunch of utility types designed to efficiently parse strings. Inferenc...
MRasmus commented
