Database Query Utils.
Author: Junjie.M
Type: tool
Github Repo: https://github.com/junjiem/dify-plugin-tools-dbquery
Github Issues: issues
Database Query Tools
数据库查询工具
Currently supported database types: mysql, oracle, oracle11g, postgresql, or mssql.
目前支持的数据库类型:mysql、oracle、oracle11g、postgresql、mssql。






Issue: If you encounter the error message: plugin verification has been enabled, and the plugin you want to install has a bad signature, how to handle the issue?
Solution: Add the following line to the end of your .env configuration file: FORCE_VERIFYING_SIGNATURE=false
Once this field is added, the Dify platform will allow the installation of all plugins that are not listed (and thus not verified) in the Dify Marketplace.
问题描述:安装插件时遇到异常信息:plugin verification has been enabled, and the plugin you want to install has a bad signature,应该如何处理?
解决办法:在 .env 配置文件的末尾添加 FORCE_VERIFYING_SIGNATURE=false 字段即可解决该问题。
添加该字段后,Dify 平台将允许安装所有未在 Dify Marketplace 上架(审核)的插件,可能存在安全隐患。
2.1、下载 oracle11g 的 client,这里下的是 11.2.0.4.0 版本
https://www.oracle.com/database/technologies/instant-client/downloads.html
比如:instantclient-basic-linux.x64-11.2.0.4.0.zip
2.2、上传 oracle 的 client 到宿主机的 dify 的挂载目录
将 instantclient-basic-linux.x64-11.2.0.4.0.zip 解压后的 instantclient_11_2 目录放到 docker/volumes 下面
注:需要将 中 改成 、 改成
2.3、在 中进行配置
Red Hat 系(如 CentOS、RHEL)64 位:
Debian 系(如 Ubuntu)64 位:
2.4、重启 plugin_daemon
Scripting tool for downloading Dify plugin package from Dify Marketplace and Github and repackaging [true] offline package (contains dependencies, no need to be connected to the Internet).
从Dify市场和Github下载Dify插件包并重新打【真】离线包(包含依赖,不需要再联网)的脚本工具。
Github Repo: https://github.com/junjiem/dify-plugin-repackaging