Connecting to Supabase vs directly to Postgres

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

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
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
  • kysely

    A type-safe typescript SQL query builder

  • I'm doing exactly that, using kysely to guarantee that my code is consistent with the DB schema. So far, the only time I've felt the need to use the Supabase client libraries is to leverage Supabase authentication, only for authentication-related functionality. Fortunately, you can use both approaches in the same app.

  • kysely-mapper

    Flexible Kysely-based utility for mapping between tables and objects

  • When tables map 1-1 with objects, ORMs can eliminate boilerplate, so I do use sometimes ORM behavior with Kysely using this library (disclosure: I'm the author).

  • 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

  • Show HN: Tsynamo – Type-friendly DynamoDB query builder for TypeScript

    3 projects | news.ycombinator.com | 10 Apr 2024
  • Kysely – type-safe TypeScript SQL query builder

    1 project | news.ycombinator.com | 28 Dec 2023
  • any typescript users, that'd be interested in using oracledb with kysely (the type-safe query builder)?

    1 project | /r/oraclecloud | 26 Nov 2023
  • Kysely - Typescript successor to Knex - `kysely-codegen` also generates types from your existing database.

    1 project | /r/Dec0deTeam | 18 Aug 2023
  • Show HN: Kysely a type-safe SQL query builder for TypeScript

    1 project | /r/hypeurls | 21 Jun 2023