SQLBolt – Interactive lessons and exercises to learn SQL

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    pgTyped - Typesafe SQL in TypeScript

  • I'm slowly moving in that direction. Recently started using (pg-typed)[1] in our projects and its amazing, as it gives you the types from the database into typescript, and not the "general types from tables", but the exact specific types for each individual query.

    Coupled with the same thing going the other direction where we get types from our api contracts (OpenAPI/Swagger) with (laminar)[2] means that our app is very close to the "if it compiles it will run" territory.

    ORMs do give you a lot of convenience though. Things like "run this additional query every time you request this entity" thing for example like for logical delete, which is unpleasant to replicate in your database. But Postgres is so freaking powerful its more of the fact that we don't know how to do it properly than it not offering a good solution.

    [1] https://github.com/adelsz/pgtyped

  • laminar

    Discontinued OpenApi backed REST APIs. Automatic validation of request / response based on the api schema. (by ovotech)

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

  • Petrol: embedding a type-safe SQL API in OCaml using GADTs

    1 project | /r/ProgrammingLanguages | 30 May 2023
  • Is postgresql-typed a good starting library for a production application?

    1 project | /r/haskell | 8 Jan 2023
  • Rust vs Ruby/RoR performances for API calls

    1 project | /r/rust | 3 Jun 2022
  • Cornucopia v0.3 : Generate Rust from your PostgreSQL, now with custom types!

    2 projects | /r/rust | 17 Apr 2022
  • what's your favorite backend stack and why

    3 projects | /r/webdev | 6 Apr 2022