[PR #266] [CLOSED] plugin: add plugin tools/db_query #1230

Closed
opened 2026-02-16 10:22:23 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-official-plugins/pull/266
Author: @junjiem
Created: 2/25/2025
Status: Closed

Base: mainHead: tools_db_query


📝 Commits (1)

  • 997bd38 plugin: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-official-plugins/pull/266 **Author:** [@junjiem](https://github.com/junjiem) **Created:** 2/25/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `tools_db_query` --- ### 📝 Commits (1) - [`997bd38`](https://github.com/langgenius/dify-official-plugins/commit/997bd3885ccb7895b84cafe3314a79b9dcf29484) plugin: add plugin tools/db_query ### 📊 Changes **11 files changed** (+343 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description #265 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 10:22:23 -05:00
yindo closed this issue 2026-02-16 10:22:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#1230