Supabase-JS v2

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

    Postgres + Stolon for HA clusters as Fly apps. (by kiwicopple)

  • I created a branch to deploy the supabase "postgres" image (with all extensions etc) here: https://github.com/kiwicopple/postgres-ha/pull/1

    It worked great. That's just the database part - from there you'll need to deploy the middleware too

  • neon

    Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

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

    OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) Β πŸ‡ΊπŸ‡¦

  • sorry to underwhelm!

    if you like Neon, then I imagine you like their database branching model? On Friday we announced[0] our 500K investment into OrioleDB, who are working on branching[1], with the plan to upstream these changes into Postgres core.

    It would be possible for us to run a fork of Postgres today which supports branching, but our long-term view is that developers would prefer a non-forked version of Postgre (to mitigate any risk of lock-in). So we will work on adding branching to Postgres core in the background, which will be a benefit to the entire Postgres ecosystem.

    [0] Announcement:https://supabase.com/blog/supabase-series-b#where-were-going

    [1] https://github.com/orioledb/orioledb/wiki/Database-branching

  • postgrest-js

    Isomorphic JavaScript client for PostgREST.

  • yes you're right. The JS library is a thin wrapper around PostgREST's API (https://github.com/supabase/postgrest-js)

    Supabase now offers a few more features which integrate with the Postgres database - File Storage (s3), Authentication, Deno Functions, and Realtime (database change listeners). Each of these services is a standalone server and each has a corresponding JS library.

    "supabase-js" wraps up the modular JS libraries into a single library for convenience

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

  • Supabase Beta May 2023

    8 projects | dev.to | 9 Jun 2023
  • Supabase Beta April 2023

    4 projects | dev.to | 10 May 2023
  • Completely baffled about async call.

    1 project | /r/learnjavascript | 6 Apr 2023
  • Three Ways to Secure Database APIs: Which Is Right for You?

    6 projects | dev.to | 3 Apr 2023
  • Why to use Supabase instead of Prisma (or any other ORM) with a Postgres DB?

    3 projects | /r/Supabase | 3 Feb 2023