[PR #61] [MERGED] feat: add dbtools tool #571

Closed
opened 2026-02-22 17:32:51 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-plugins/pull/61
Author: @opsworld30
Created: 2/27/2025
Status: Merged
Merged: 3/4/2025
Merged by: @LogicOber

Base: mainHead: feat/add-dbtools-tool


📝 Commits (10+)

  • b45ada2 feat: add lark notify plugin
  • b07681e refactor: split lark notify into text and card tools
  • 70f7b8d chore: remove old lark notify tool files
  • 2f396f8 chore: update lark notify package to v0.0.2
  • 6633002 docs: add privacy policy for lark notify plugin
  • 546cf43 chore: reduce memory limit to 1MB for lark notify plugin
  • 2562a5b refactor: update according to review comments
  • ea966b8 refactor: update according to review comments
  • 32c2c49 docs: update README and PRIVACY docs
  • de00662 refactor: update lark_notify to only include .difypkg file

📊 Changes

1 file changed (+0 additions, -0 deletions)

View changed files

opsworld30/dbtools/dbtools.difypkg (+0 -0)

📄 Description

Plugin Submission Form

1. Submission Type

  • New plugin submission
  • Version update for existing plugin

2. Description

The Database Tools plugin is a database query tool that supports MySQL and Redis databases. It provides unified query interfaces and result formats, making data retrieval and management simple and efficient.

Key features:

  • Multiple database support (MySQL and Redis)
  • Unified interface for all databases
  • Comprehensive error handling
  • Secure connection with password encryption
  • Multi-language support (English, Chinese, Japanese, Portuguese)

Test cases:

  • Tested MySQL query execution
  • Tested Redis key pattern matching
  • Verified connection parameters handling
  • Confirmed error handling for invalid queries
  • Tested with various data types and result formats

3. Checklist

  • I have read and followed the Publish to Dify Marketplace guidelines
  • I have read and comply with the Plugin Developer Agreement
  • I confirm my plugin works properly on both Dify Community Edition and Cloud Version
  • I confirm my plugin has been thoroughly tested for completeness and functionality
  • My plugin brings new value to Dify

4. Documentation Checklist

Please confirm that your plugin README includes all necessary information:

  • Step-by-step setup instructions
  • Detailed usage instructions
  • All required APIs and credentials are clearly listed
  • Connection requirements and configuration details

5. Privacy Protection Information

Based on Dify Plugin Privacy Protection Guidelines:

Data Collection

The plugin only collects the following necessary information:

  1. Database connection information (host, port, database name, username, password)
  2. Query information (SQL queries for MySQL, key patterns for Redis)

No personal user data is collected or stored. All data is used solely for database query purposes and is not stored or logged anywhere. Connection information is used only for authentication and establishing database connections.

Privacy Policy

  • I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines

🔄 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-plugins/pull/61 **Author:** [@opsworld30](https://github.com/opsworld30) **Created:** 2/27/2025 **Status:** ✅ Merged **Merged:** 3/4/2025 **Merged by:** [@LogicOber](https://github.com/LogicOber) **Base:** `main` ← **Head:** `feat/add-dbtools-tool` --- ### 📝 Commits (10+) - [`b45ada2`](https://github.com/langgenius/dify-plugins/commit/b45ada2a06399a3671b838c3a00b0e2f99f1cdfb) feat: add lark notify plugin - [`b07681e`](https://github.com/langgenius/dify-plugins/commit/b07681e427d0bd49ccfe66d60fcaf764b5e3fe19) refactor: split lark notify into text and card tools - [`70f7b8d`](https://github.com/langgenius/dify-plugins/commit/70f7b8d7eee2228180a8f5f8934e1341534c5eca) chore: remove old lark notify tool files - [`2f396f8`](https://github.com/langgenius/dify-plugins/commit/2f396f82909f2240dc19c1479e999074d6654d25) chore: update lark notify package to v0.0.2 - [`6633002`](https://github.com/langgenius/dify-plugins/commit/66330022d01028074e914e5dd5b427d5cede312a) docs: add privacy policy for lark notify plugin - [`546cf43`](https://github.com/langgenius/dify-plugins/commit/546cf43ec2c9931659d5880f1e2778092bf0f5a6) chore: reduce memory limit to 1MB for lark notify plugin - [`2562a5b`](https://github.com/langgenius/dify-plugins/commit/2562a5b13f9ac4f5cfa5065acf806bfd47d3f3f9) refactor: update according to review comments - [`ea966b8`](https://github.com/langgenius/dify-plugins/commit/ea966b831f14613e49956c2461037a0e032ebd55) refactor: update according to review comments - [`32c2c49`](https://github.com/langgenius/dify-plugins/commit/32c2c49d9d1cfe3f94340c8a589053598b75cca3) docs: update README and PRIVACY docs - [`de00662`](https://github.com/langgenius/dify-plugins/commit/de00662113e5078ba8bda1e1d763c1f077a42fb6) refactor: update lark_notify to only include .difypkg file ### 📊 Changes **1 file changed** (+0 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `opsworld30/dbtools/dbtools.difypkg` (+0 -0) </details> ### 📄 Description # Plugin Submission Form ## 1. Submission Type - [x] New plugin submission - [ ] Version update for existing plugin ## 2. Description The Database Tools plugin is a database query tool that supports MySQL and Redis databases. It provides unified query interfaces and result formats, making data retrieval and management simple and efficient. Key features: - Multiple database support (MySQL and Redis) - Unified interface for all databases - Comprehensive error handling - Secure connection with password encryption - Multi-language support (English, Chinese, Japanese, Portuguese) Test cases: - Tested MySQL query execution - Tested Redis key pattern matching - Verified connection parameters handling - Confirmed error handling for invalid queries - Tested with various data types and result formats ## 3. Checklist - [x] I have read and followed the Publish to Dify Marketplace guidelines - [x] I have read and comply with the Plugin Developer Agreement - [x] I confirm my plugin works properly on both Dify Community Edition and Cloud Version - [x] I confirm my plugin has been thoroughly tested for completeness and functionality - [x] My plugin brings new value to Dify ## 4. Documentation Checklist Please confirm that your plugin README includes all necessary information: - [x] Step-by-step setup instructions - [x] Detailed usage instructions - [x] All required APIs and credentials are clearly listed - [x] Connection requirements and configuration details ## 5. Privacy Protection Information Based on Dify Plugin Privacy Protection [Guidelines](https://docs.dify.ai/plugins/publish-plugins/publish-to-dify-marketplace/plugin-privacy-protection-guidelines): ### Data Collection The plugin only collects the following necessary information: 1. Database connection information (host, port, database name, username, password) 2. Query information (SQL queries for MySQL, key patterns for Redis) No personal user data is collected or stored. All data is used solely for database query purposes and is not stored or logged anywhere. Connection information is used only for authentication and establishing database connections. ### Privacy Policy - [x] I confirm that I have prepared and included a privacy policy in my plugin package based on the Plugin Privacy Protection Guidelines --- <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-22 17:32:51 -05:00
yindo closed this issue 2026-02-22 17:32:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugins#571