Skip to content

register NeonPostgresOverHTTP library to Arduino library manager #6314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

Bodobolero
Copy link
Contributor

@Bodobolero Bodobolero commented May 19, 2025

NeonPostgresOverHTTP is a library for Arduino and Arduino-compatible micro-controllers that allows you to connect to a PostgreSQL database over HTTP.

This can be used to store sensor data directly into a PostgreSQL database without a middleman server like home assistant. You can also read values from the database and use them to control actuators.

@github-actions github-actions bot added the topic: submission Add library to the list label May 19, 2025
Copy link
Contributor

ERROR: Arduino Lint found errors with https://github.com/neondatabase-labs/ArduinoPostgresOverHTTP:

Linting library in ArduinoPostgresOverHTTP
ERROR: Library name ArduinoPostgresOverHTTP starts with "Arduino". These names are reserved for official libraries.
       See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format      
       (Rule LP012)                                                                                                

Linter results for project: 1 ERRORS, 0 WARNINGS

-------------------

Linting sketch in ArduinoPostgresOverHTTP/examples/BasicExample

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 1 ERRORS, 0 WARNINGS

Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @Bodobolero
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

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 merged commit add4313 into arduino:main May 19, 2025
11 checks passed
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/neondatabase-labs/NeonPostgresOverHTTP/

github-actions bot pushed a commit that referenced this pull request May 19, 2025
@Bodobolero Bodobolero changed the title register ArduinoPostgresOverHTTP library to Arduino library manager register NeonPostgresOverHTTP library to Arduino library manager May 19, 2025
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