postgrest-js VS nimble

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

postgrest-js

Isomorphic JavaScript client for PostgREST. (by supabase)

nimble

Package manager for the Nim programming language. (by nim-lang)
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
postgrest-js nimble
11 9
923 1,229
1.5% 0.5%
7.5 8.2
17 days ago 3 days ago
TypeScript Nim
MIT License GNU General Public License v3.0 or later
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.

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

nimble

Posts with mentions or reviews of nimble. 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
    I was using Nim for some of last years Advent of Code problems. I was mostly liking the syntax. Was a bit bother by the standard library have a snake case and camel case reference for each function (if I'm remember that correctly).

    At the time nimble also required me to have NPM to install the the Nim package manager, Nimble. This was not ideal, but looking at [the nimble project install docs](https://github.com/nim-lang/nimble#installation) it seems like it is now package with the language.

    Might try dusting it off for some AoC puzzles this year :)

  • My Nim Development Weekly Report (2/19)
    4 projects | dev.to | 3 Mar 2023
    nimble develop -g doesn't work A possible solution is to add "g" to where "global" is placed.
  • nimble run --example (PR)
    1 project | /r/nim | 21 Sep 2022
  • Question about nimble
    2 projects | /r/nim | 23 Jan 2022
    I meant it's unfortunate that Nimble has no standard system-wide library management. It's one of the mains thing holding Nim back from being more prevalent in the Linux sphere in my opinion.
  • Alternative privacy-respecting front ends for popular services
    5 projects | news.ycombinator.com | 23 Dec 2021
    `nimble` is the package manager for the programming language `nim` [1].

    From [2], we can see that `nimble scss` simply generates the CSS files for the frontend.

    The benefit of OSS is you can answer these questions yourself with a bit of poking around! IMO this is a fairly standard installation process, maybe the fact that it's using Nim instead of a more mainstream language makes it look more daunting than it is. The only out-of-the-ordinary thing here, IMO, is `nimble build` instead of `make build`.

    [1]: https://github.com/nim-lang/nimble

    [2]: https://github.com/zedeus/nitter/blob/master/nitter.nimble

  • Nim 1.6.2
    6 projects | news.ycombinator.com | 17 Dec 2021
    Something I'm excited about: v1.6.2 integrates support for (not yet released) Nimble[1] v0.14, which introduces lockfiles. I've had terrible experiences with lockfiles in JS land, but they are sorely needed for Nim projects as (fingers crossed) they'll allow for reproducible builds without having to resort to the nimbus-build-system[2]. The latter isn't completely horrible — a lot of much appreciated hard work has gone into it, and it's been a real workhorse — but some days it feels like a big ball and chain.

    [1] https://github.com/nim-lang/nimble#nimble

    [2] https://github.com/status-im/nimbus-build-system

  • What are some anti features in a language?
    1 project | /r/ProgrammingLanguages | 8 Jun 2021
    So you wouldn't have a problem with a package manager where the configuration is in the same language, such as Nimble?
  • What best IDE/editor for NIM now.
    1 project | /r/nim | 17 May 2021
    if you structure your project with nimble (which can be be used for both libraries and applications) you can use nimble build and nimble run. While I do use nimble for managing dependencies for projects I don't use these commands that often while developing, e.g. because I'm working on a single test or something like that.
  • Using Ruby
    1 project | /r/ruby | 6 Jan 2021
    Having similar syntax to Ruby makes it easier to port Ruby code to Crystal (ex: digest-crc -> digest-crc.cr). The Crystal stdlib is very complete and they have a growing "shards" ecosystem, roughly the same age as Rust's https://crates.io or Nim's nimble. You should look into Crystal again.

What are some alternatives?

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

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

Arraymancer - A fast, ergonomic and portable tensor library in Nim with a deep learning focus for CPU, GPU and embedded devices via OpenMP, Cuda and OpenCL backends

solid-supabase - A simple wrapper around Supabase.js to enable usage within Solid.

prologue - Powerful and flexible web framework written in Nim

gotrue-swift - A Swift client library for GoTrue.

nimlsp - Language Server Protocol implementation for Nim

postgrest-go - Isomorphic Go client for PostgREST. (Now Updating)

nitter - Alternative Twitter front-end

vue-supabase - A supa simple wrapper around Supabase.js to enable usage within Vue.

nim-zmq - Nim ZMQ wrapper

flarebase-auth - Firebase/Admin Auth Javascript Library for Cloudflare Workers

omni - DSL for low-level audio programming.