mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
[PR #1221] [MERGED] feat: add tools for Supabase #1777
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-official-plugins/pull/1221
Author: @jingfelix
Created: 7/3/2025
Status: ✅ Merged
Merged: 7/4/2025
Merged by: @crazywoola
Base:
main← Head:feat/supabase📝 Commits (2)
0120970feat: add tools for Supabase87233fefix: author in manifest📊 Changes
26 files changed (+2676 additions, -0 deletions)
View changed files
➕
tools/supabase/.difyignore(+180 -0)➕
tools/supabase/.env.example(+4 -0)➕
tools/supabase/.github/prompts/dify_plugin.prompt.md(+1416 -0)➕
tools/supabase/.github/workflows/plugin-publish.yml(+144 -0)➕
tools/supabase/GUIDE.md(+117 -0)➕
tools/supabase/LICENSE(+21 -0)➕
tools/supabase/PRIVACY.md(+20 -0)➕
tools/supabase/README.md(+38 -0)➕
tools/supabase/_assets/auth.png(+0 -0)➕
tools/supabase/_assets/example.png(+0 -0)➕
tools/supabase/_assets/get_key.png(+0 -0)➕
tools/supabase/_assets/icon.svg(+15 -0)➕
tools/supabase/main.py(+6 -0)➕
tools/supabase/manifest.yaml(+31 -0)➕
tools/supabase/provider/supabase.py(+16 -0)➕
tools/supabase/provider/supabase.yaml(+53 -0)➕
tools/supabase/requirements.txt(+6 -0)➕
tools/supabase/src/supabase.py(+287 -0)➕
tools/supabase/tools/create_a_row.py(+31 -0)➕
tools/supabase/tools/create_a_row.yaml(+43 -0)...and 6 more files
📄 Description
Related Issues or Context
This PR add a new tool for Supabase.com.
This PR contains Changes to Non-Plugin
This PR contains Changes to Non-LLM Models Plugin
This PR contains Changes to LLM Models Plugin
Version Control (Any Changes to the Plugin Will Require Bumping the Version)
VersionField, Not in Meta Section)Dify Plugin SDK Version
dify_plugin>=0.3.0,<0.5.0is in requirements.txt (SDK docs)Environment Verification (If Any Code Changes)
Local Deployment Environment
SaaS Environment
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.