This package is so underrated.

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • kysely

    Discontinued A type-safe typescript SQL query builder [Moved to: https://github.com/kysely-org/kysely] (by koskimas)

  • Then I found kysely. The author literally rewrote knex with type-safe system. I think kysely could replace knex completely. It can go further and replace ORM(This is my opinion and of course I can't deny the necessity of ORM. Personally I perfer using SQL builder over ORM).

  • kanel

    Generate Typescript types from Postgres

  • Interesting. Someone asked me if I supported it in Kanel. At the time it was hard to extend Kanel and then I just forgot but perhaps I should take another look at it. I am not exactly overwhelmed with the types that Knex offers even though it does make an honest attempt.

  • 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
  • pgtyped

    pgTyped - Typesafe SQL in TypeScript

  • I would highly recommend trying out pgTyped if you want typesafe queries with postgres. It's fantastic!

  • slonik

    A Node.js PostgreSQL client with runtime and build time type safety, and composable SQL.

  • After that I moved to query builders exclusively for a couple of years. I used knex a lot, then I started using slonik, which was a huge improvement over knex.

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