Skip to content

Conversation

@Bodobolero
Copy link
Contributor

PostgrestClient is a library for Arduino, Mbed, and ESPxx microcontrollers that lets you directly store and retrieve data in PostgreSQL databases using the PostgREST extension.

PostgREST is an open-source PostgreSQL extension (see https://docs.postgrest.org/) and serves a RESTful API from any PostgreSQL database. Major cloud DBaaS providers like neon.com and supabase.com have adopted PostgREST and provide a Data API that is PostgREST-compatible.

This library provides a thin client wrapper using ArduinoJson to make it easy to connect your microcontroller to the PostgREST Data API.

Use this to store sensor data directly in a PostgreSQL database without a middleman server such as Home Assistant. You can also read values from the database and use them to control actuators — any application that can write to the database can trigger actions on your microcontroller project.

@github-actions github-actions bot added the topic: invalid Request could not be processed label Dec 23, 2025
@github-actions
Copy link
Contributor

Hi @Bodobolero
A problem was found with your pull request:

ERROR: Pull request removes newline from the end of a file.
Please add a blank line to the end of the file.

Please resolve this error. The checks will automatically run again once that is done.

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@github-actions github-actions bot requested a review from per1234 December 23, 2025 16:23
@github-actions github-actions bot removed the request for review from per1234 December 23, 2025 16:25
@github-actions github-actions bot added topic: submission Add library to the list and removed topic: invalid Request could not be processed labels Dec 23, 2025
@github-actions github-actions bot merged commit 1a3f5ae into arduino:main Dec 23, 2025
11 checks passed
@github-actions
Copy link
Contributor

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/Bodobolero/PostgrestClient/

github-actions bot pushed a commit that referenced this pull request Dec 23, 2025
@Bodobolero Bodobolero deleted the bodobolero_submit_postgrestclient branch December 23, 2025 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant