mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 00:56:26 +00:00
新增数据源配置:可以直接执行sql,支持MySQL,PG数据库 (#2958)
This commit is contained in:
@@ -25,7 +25,8 @@ const packagePluginList = [
|
||||
'duckduckgo/searchVideo',
|
||||
'drawing',
|
||||
'drawing/baseChart',
|
||||
'wiki'
|
||||
'wiki',
|
||||
'databaseConnection'
|
||||
];
|
||||
|
||||
export const list = [...staticPluginList, ...packagePluginList];
|
||||
|
Reference in New Issue
Block a user