Releases: jhagas/ESPSupabase
Releases · jhagas/ESPSupabase
Supabase Realtime (Postgres Changes) Support!
Deriving the code from MarleyPlant/ESP32_Supabase: Interface ESP microcontrollers with Supabase..
Now, you can do Realtime Postgres Changes Listening right from your ESP. Enjoy!
For Broadcast and Presence is not implemented yet..
File Upload to the Bucket!
Pull request from @haykodarb, enabling file upload to your supabase bucket
Stored Function (RPC) Support
Merge pull request #11 from achmadnr21/master Implement rpc achmadnr21
Support for ESP8266
Merge pull request #7 from atulraj85/master An Arduino
A nice feature set..
- Make Select API (GET Request), full with row limits (one by default)
- Make filtering query builder method in Select and update
- Make order/sort query builder method to in Select
- Implement Update with PATCH HTTPS Request