Supabase
Supabase integration on indie.money — manage database rows, storage, and real-time data
Written By pvdyck
Last updated About 3 hours ago
Supabase
⬜ Community — Available, not yet validated
Overview
Perform CRUD operations on Supabase Postgres tables. Insert, query, update, and delete rows with built-in filtering and pagination support.
Resources & Operations
Row
- Create — insert a new row into a table
- Delete — remove rows matching filter conditions
- Get — retrieve rows matching specific conditions
- Get All — fetch all rows with optional filtering and pagination
- Update — modify existing rows in a table
All operations support manual filter conditions or custom PostgREST filter strings for advanced queries.
Authentication
API Key (service role or anon key) via Secure Vault. Provide your Supabase project URL and API key in the credential configuration modal.
Tips
- Use the service role key for full table access; use the anon key to respect Row Level Security policies.
- Combine with the Schedule trigger to periodically sync data between Supabase and other services.
Status
This integration is available but has not yet been independently validated on indie.money. If you encounter issues, please report them.