新增数据源配置:可以直接执行sql,支持MySQL,PG数据库 (#2958)

This commit is contained in:
silencezhang
2024-10-21 14:26:33 +08:00
committed by GitHub
parent 6522cc7dfa
commit 7ec2253f0a
6 changed files with 838 additions and 1 deletions

View File

@@ -229,6 +229,8 @@ export const iconPaths = {
'core/workflow/template/extractJson': () =>
import('./icons/core/workflow/template/extractJson.svg'),
'core/workflow/template/wiki': () => import('./icons/core/workflow/template/wiki.svg'),
'core/workflow/template/datasource': () =>
import('./icons/core/workflow/template/datasource.svg'),
'core/workflow/template/fetchUrl': () => import('./icons/core/workflow/template/fetchUrl.svg'),
'core/workflow/template/formInput': () => import('./icons/core/workflow/template/formInput.svg'),
'core/workflow/template/getTime': () => import('./icons/core/workflow/template/getTime.svg'),