mirror of
https://github.com/langgenius/dify-plugins.git
synced 2026-07-22 01:55:36 -04:00
[PR #1693] [MERGED] Create CSV SQL Query Tool #1783
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-plugins/pull/1693
Author: @aopstudio
Created: 12/10/2025
Status: ✅ Merged
Merged: 12/16/2025
Merged by: @LogicOber
Base:
main← Head:csv_sql_query📝 Commits (1)
af6afdbCreate csv_sql_query.difypkg📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
➕
aopstudio/csv_sql_query/csv_sql_query.difypkg(+0 -0)📄 Description
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
This plugin introduces a simple, zero-setup way to run SQL queries directly on user-uploaded CSV files—a capability not currently available in the Dify plugin ecosystem.
While there are many database query plugins in marketplace, all of them require pre-configured database credentials (host, username, password, etc.). This makes them unsuitable for ad-hoc analysis of temporary or user-provided data like CSV uploads.
In contrast, the CSV SQL Formatter plugin:
data)This fills a critical gap for use cases like data exploration, filtering, aggregation, or transformation of tabular files within Dify agents or workflows—without infrastructure overhead.
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
No personal data is collected, stored, transmitted, or processed by this plugin.
Privacy Policy
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.