MaxKB/ui/public/tool/postgresql/detail.md
CaptainB baa9828950
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
fix: update image paths in documentation for consistency
2025-07-01 22:01:08 +08:00

14 lines
505 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 概述
PostgreSQL查询是一个连接PostgreSQL数据库执行SQL查询的工具。
## 配置
 
1. 在函数库中配置启动参数
在函数库的PostgreSQL函数面板中点击 … > 启动参数,填写数据库连接参数,并启用该函数。
![启动参数](/admin/tool/img/PostgreSQL_setting.jpg)
2. 在应用中使用
在高级编排应用中,点击添加组件->函数库->PostgreSQL查询设置查询内容。
![应用中使用](/admin/tool/img/PostgreSQL_app_used.jpg)