improvement(supabase): added more verbose error logging for supabase operations (#1035)

* improvement(supabase): added more verbose error logging for supabase operations

* updated docs
This commit is contained in:
Waleed Latif
2025-08-19 13:37:53 -07:00
committed by Siddharth Ganesan
parent d58ceb4bce
commit 2771c688ff
7 changed files with 97 additions and 27 deletions

View File

@@ -142,7 +142,7 @@ Get a single row from a Supabase table based on filter criteria
| Parameter | Type | Description |
| --------- | ---- | ----------- |
| `message` | string | Operation status message |
| `results` | object | The row data if found, null if not found |
| `results` | array | Array containing the row data if found, empty array if not found |
### `supabase_update`