Node Inputs
Required Fields
- Project: Select your Supabase project
- SQL Query: Your SQL command
Optional Field
- Number of Records: Limit the number of returned records (default: 10, max: 10,000)
Node Output
- Query Output: Results from your SQL query as a list
Node Functionality
The Supabase SQL Writer node executes custom SQL queries on your Supabase database. Key features include:- Full SQL query support
- Customizable record limits
- Direct database access
- Secure authentication with Gumloop
Example
Think of SQL queries like giving specific instructions to your database:- Simple SELECT query:
Important Considerations:
- Requires Authentication with Supabase - Set up in the Credentials page
- SQL queries must be properly formatted