搜索database
安装database这个插件
支持一下数据库连接
mysql+pymysql://root:123456@localhost:3306/test
postgresql+psycopg2://postgres:123456@localhost:5432/test
sqlite:///test.db
mssql+pymssql://<username>:<password>@<freetds_name>/?charset=utf8
oracle+oracledb://user:pass@hostname:port[/dbname][?service_name=<service>[&key=value&key=value...]]
这里我们选择刚刚开始节点创建的SQL变量
这里选择SQL EXCUTE json
这里我们输入SQL语句测试下是否配置成功
这里我们可以看到成功了
这样就可以在其他工作流中使用SQL查询了,是不是非常简单
© 2025 Tango