postgrest-js VS esphome

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

postgrest-js

Isomorphic JavaScript client for PostgREST. (by supabase)

esphome

ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems. (by esphome)
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 esphome
11 227
923 7,747
1.5% 4.7%
7.5 9.9
16 days ago 2 days ago
TypeScript C++
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

esphome

Posts with mentions or reviews of esphome. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-24.
  • A Beginner's Guide to the ESP8266
    3 projects | news.ycombinator.com | 24 Apr 2024
    For the ESP32, an hero is in the process of adding LVGL to ESPHome. You can try it out now: https://github.com/esphome/esphome/pull/6363

    Here's the (very good!) preview documentation: https://deploy-preview-3678--esphome.netlify.app/components/...

    This is such a game-changer for me that I'll be using the ESP32 over the ESP8266 for any projects involving displays from now on.

  • ESPHome
    11 projects | news.ycombinator.com | 23 Apr 2024
    Solid state relay is probably a bad idea with all the extra heat-sinking, extra cost, and chance of getting counterfeits.

    I do this with ESPHome & a J115F21C12VDCS.9 relay (note only the NO side is rated for 40A resistive): https://i.imgur.com/MqqOkoY.png

    Choose any of the temperature sensors here for air temperature sensing: https://esphome.io/

    Configuration is so easy. For the sensor, just copy the config from here, for example: https://esphome.io/components/sensor/bme280. Add a gpio output (https://esphome.io/components/output/gpio) and a bang-bang climate controller (https://esphome.io/components/climate/bang_bang.html)

  • A Custom Zigbee Doorbell
    3 projects | news.ycombinator.com | 14 Feb 2024
    You might want to take a look at https://esphome.io/ for an easy integration of an ESP32/8266 into home Assistant.
  • Thoughts, learnings and regrets after three years on Home Assistant
    4 projects | news.ycombinator.com | 12 Feb 2024
    You can do this with a $30 Sonoff S31 running ESPHome [0]. Since the Sonoff wall switch can run a ping sensor against your server you could create a watchdog automation right on the S31 to shut off the mains power to the S31 switch and turn back on after X seconds.

    There are other ways you could have the S31 do operational checks but ultimately ESPHome is probably an interesting consideration and supported by tons of off the shelf hardware.

    [0] https://esphome.io/

  • Fixing a broken smart cat feeder with ESP32
    2 projects | news.ycombinator.com | 1 Feb 2024
    They're pretty great and compatible with most things. ESPHome [1] is a great resource for getting ESP32's working nicely with HA and you can find lots of projects using it to learn from.

    You'll likely need to do soldering if you want to connect sensors, batteries and the like.

    Personally I really like what SEEED Studio [2] does with their ESP32 boards and they have nice docs.

    1. https://esphome.io/

  • How to connect a SwiftUI app to NodeMCU ESP32
    1 project | /r/SwiftUI | 9 Dec 2023
    Maybe you could set up ESPHome on the ESP32. It might make connecting those components easier, plus a decent web server built in. Then your app can be set up to access data provided by the ESPHome web server.
  • Esp32 communication over the internet
    2 projects | /r/esp32 | 9 Dec 2023
  • Adafruit Feather ESP32-S2 with BME280 will not work!
    2 projects | /r/Esphome | 9 Dec 2023
    # # Setting pins for sda and scl will be required until https://github.com/esphome/esphome/pull/2970 is released
  • Hey all! ESP32 beginner here, looking for a little advice
    3 projects | /r/esp32 | 8 Dec 2023
    Probably an unpopular opinion, but for the simple stuff you may just want to use something like EspHome where you just need to create a yaml file. Once you’re comfortable with that maybe get into something a bit more advanced, but esphome make it a breeze. It integrates with home assistant if you already have that in place as well.
  • List of your reverse proxied services
    29 projects | /r/selfhosted | 5 Dec 2023
    ESPHome

What are some alternatives?

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

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

ESPresense - An ESP32 based node for gathering indoor positioning and transmitting to mqtt

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

ESP-Now - ESP-Now Examples

gotrue-swift - A Swift client library for GoTrue.

Tasmota - Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

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

esp-homekit - Apple HomeKit accessory server library for ESP-OPEN-RTOS

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

tuya-convert - A collection of scripts to flash Tuya IoT devices to alternative firmwares

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

Node RED - Low-code programming for event-driven applications