vue-supabase VS postgrest-js

Compare vue-supabase vs postgrest-js and see what are their differences.

vue-supabase

A supa simple wrapper around Supabase.js to enable usage within Vue. (by supabase-community)

postgrest-js

Isomorphic JavaScript client for PostgREST. (by 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
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
vue-supabase postgrest-js
2 11
85 923
- 1.5%
0.0 7.5
6 months ago 15 days ago
TypeScript TypeScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

vue-supabase

Posts with mentions or reviews of vue-supabase. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-08.

postgrest-js

Posts with mentions or reviews of postgrest-js. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-02.
  • Ask HN: What are some unpopular technologies you wish people knew more about?
    56 projects | news.ycombinator.com | 2 Dec 2023
    At one point, I really thought it was used in Supabase. But I guess they only wrote the js wrapper for it. https://github.com/supabase/postgrest-js

    Came here to mention Hasura as well (not sure of it's popularity though) https://hasura.io/graphql/database/postgresql

  • Why supabase client don't introduce min, max and count functions
    1 project | /r/Supabase | 29 Apr 2023
    Min/Max looks like it still has to be done via RPC (with sample code here) https://github.com/supabase/postgrest-js/issues/206
  • Completely baffled about async call.
    1 project | /r/learnjavascript | 6 Apr 2023
  • Why to use Supabase instead of Prisma (or any other ORM) with a Postgres DB?
    3 projects | /r/Supabase | 3 Feb 2023
    There's nothing wrong with this and they're pretty open about it. But the SDK they provide for direct database operations is the weakest of the ones I've used, when it should be the strongest I think. It leverages PostgREST which is a tool for auto generating REST APIs from schemas. From the README: "The goal of this library is to make an "ORM-like" restful interface."
  • Should I use Prisma to get data or Supabase itself to get data
    1 project | /r/Supabase | 24 Jan 2023
    Looks like there's an open github issue that might answer some of your questions: https://github.com/supabase/postgrest-js/issues/303
  • Supabase secrets management available in beta
    6 projects | news.ycombinator.com | 16 Dec 2022
    I think it’s great too. I wish they would shore up some of their existing releases though. Probably most notably, the ability to query aggregates via the officially supported route is missing: https://github.com/supabase/postgrest-js/issues/206

    The workarounds suggested are not ergonomic for most use cases and it feels pretty out of place for such basic functionality to be missing in what otherwise feels like a pretty full featured product.

    Their Realtime product is another example of something that languishes while new features get launched.

  • Need help looking for a tool
    1 project | /r/nocode | 20 Sep 2022
    I haven't completely understood what you are looking for but I think Supabase could be potential useful alternative backend for you supabase.io ?
  • How I Built Skillbit: Linktree, but for Your Skills
    2 projects | dev.to | 1 Sep 2022
    I used postgrest-js to communicate with my PostgREST endpoint. The library is easy to use and does everything for you.
  • Supabase-JS v2
    4 projects | news.ycombinator.com | 16 Aug 2022
    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

  • Supabase May 21: Apple and Twitter Logins, Supabase Grid, Go and Swift Libraries
    3 projects | news.ycombinator.com | 2 Jun 2021
    * Swift Libraries are now underway thanks to @satishbabariya [2]

    We still have a long way to go for mobile support, but the Apple logins is a big one. If you ship an app to the App Store with any third-party logins, you're required to enable Apple logins as well. While this sounds like a bit of over-reach, it's actually quite cool - if you use Apple login they obfuscate your email so that the 3rd party app don't get access to your personal data. Quite nice!

    [0] CSV: https://github.com/supabase/postgrest-js/pull/187

What are some alternatives?

When comparing vue-supabase and postgrest-js you can also consider the following projects:

nuxt3-supabase - Nuxt 3 module and composables for Supabase.