mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-22 01:55:27 -04:00
[PR #266] [CLOSED] plugin: add plugin tools/db_query #1230
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/266
Author: @junjiem
Created: 2/25/2025
Status: ❌ Closed
Base:
main← Head:tools_db_query📝 Commits (1)
997bd38plugin: add plugin tools/db_query📊 Changes
11 files changed (+343 additions, -0 deletions)
View changed files
➕
tools/db_query/.env.example(+4 -0)➕
tools/db_query/README.md(+0 -0)➕
tools/db_query/_assets/icon.svg(+9 -0)➕
tools/db_query/main.py(+6 -0)➕
tools/db_query/manifest.yaml(+35 -0)➕
tools/db_query/provider/db_query.py(+6 -0)➕
tools/db_query/provider/db_query.yaml(+18 -0)➕
tools/db_query/requirements.txt(+8 -0)➕
tools/db_query/tools/db_util.py(+81 -0)➕
tools/db_query/tools/sql_query.py(+65 -0)➕
tools/db_query/tools/sql_query.yaml(+111 -0)📄 Description
#265
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.