Skip to content

Supabase 节点#

¥Supabase node

使用 Supabase 节点实现 Supabase 中的自动化操作,并将 Supabase 与其他应用集成。n8n 内置支持 Supabase 的多种功能,包括创建、删除和获取数据行。

¥Use the Supabase node to automate work in Supabase, and integrate Supabase with other applications. n8n has built-in support for a wide range of Supabase features, including creating, deleting, and getting rows.

本页列出了 Supabase 节点支持的操作列表以及更多资源的链接。

¥On this page, you'll find a list of operations the Supabase node supports and links to more resources.

Credentials

请参阅 Supabase 凭据 以了解有关设置身份验证的指导。

¥Refer to Supabase credentials for guidance on setting up authentication.

This node can be used as an AI tool

This node can be used to enhance the capabilities of an AI agent. When used in this way, many parameters can be set automatically, or with information directed by AI - find out more in the AI tool parameters documentation.

操作#

¥Operations

¥Row

  • 创建新行

    ¥Create a new row

  • 删除行

    ¥Delete a row

  • 获取行

    ¥Get a row

  • 获取所有行

    ¥Get all rows

  • 更新行

    ¥Update a row

使用自定义模式#

¥Using custom schemas

默认情况下,Supabase 节点仅获取 public 模式。要获取 自定义模式,请启用“使用自定义架构”。

¥By default, the Supabase node only fetches the public schema. To fetch custom schemas, enable Use Custom Schema.

在新创建的“架构”字段中,提供 Supabase 节点应使用的自定义架构。

¥In the new Schema field, provide the custom schema the Supabase node should use.

模板和示例#

¥Templates and examples

Template widget placeholder.

What to do if your operation isn't supported#

If this node doesn't support the operation you want to do, you can use the HTTP Request node to call the service's API.

You can use the credential you created for this service in the HTTP Request node:

  1. In the HTTP Request node, select Authentication > Predefined Credential Type.
  2. Select the service you want to connect to.
  3. Select your credential.

Refer to Custom API operations for more information.

常见问题#

¥Common issues

有关常见错误或问题以及建议的解决方法,请参阅 常见问题

¥For common errors or issues and suggested resolution steps, refer to Common issues.