Request for learning resources: Using template literal types for parsing SQL queries in the type system

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • Tequel

  • I have a (more complicated) POC of this here: https://github.com/Yuval-Peled/Tequel

  • ts-sql

    A SQL database implemented purely in TypeScript type annotations.

  • It's not exactly what you are looking for but take a look at this to have your mind blown :p https://github.com/codemix/ts-sql

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • kiss-orm

    An extremely simple and explicit ORM for TypeScript

  • I found this: https://github.com/Seb-C/kiss-orm

  • pgtyped

    pgTyped - Typesafe SQL in TypeScript

  • Checkout this https://github.com/adelsz/pgtyped It's heaps good, doesn't enforce nulls fully though

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Don't use your ORM entities for everything – embrace the SQL

    4 projects | news.ycombinator.com | 29 Mar 2024
  • Type-Safe Printf() in TypeScript

    4 projects | news.ycombinator.com | 24 Mar 2024
  • An effective way to build a heavy CRUD Rest API?

    2 projects | /r/node | 29 Nov 2023
  • compile-time SQL validations and type generation in TypeScript & Node

    4 projects | /r/typescript | 27 Aug 2023
  • Functions and algorithms implemented purely with TypeScript's type system

    9 projects | news.ycombinator.com | 4 Jul 2023