### What problem does this PR solve? feat: Add component ExecSQL #1739 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -795,6 +795,15 @@ The above is the content you need to summarize.`,
|
||||
'30d': '30 days',
|
||||
},
|
||||
publish: 'API',
|
||||
exeSQL: 'ExeSQL',
|
||||
exeSQLDescription:
|
||||
'The component queries the results from the corresponding relational database via SQL statements. Supports MySQL, PostgreSQL, MariaDB. ',
|
||||
dbType: 'Database Type',
|
||||
database: 'Database',
|
||||
username: 'Username',
|
||||
host: 'Host',
|
||||
port: 'Port',
|
||||
password: 'Password',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@@ -753,6 +753,15 @@ export default {
|
||||
'30d': '30天',
|
||||
},
|
||||
publish: 'API',
|
||||
exeSQL: 'ExeSQL',
|
||||
exeSQLDescription:
|
||||
'此元件透過SQL語句從對應的關聯式資料庫中查詢結果。支援 MySQL、PostgreSQL、MariaDB。 ',
|
||||
dbType: '資料庫類型',
|
||||
database: '資料庫',
|
||||
username: '使用者名稱',
|
||||
host: '主機',
|
||||
port: '端口',
|
||||
password: '密碼',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -771,6 +771,15 @@ export default {
|
||||
'30d': '30天',
|
||||
},
|
||||
publish: 'API',
|
||||
exeSQL: 'ExeSQL',
|
||||
exeSQLDescription:
|
||||
'该组件通过SQL语句从相应的关系数据库中查询结果。支持MySQL,PostgreSQL,MariaDB。',
|
||||
dbType: '数据库类型',
|
||||
database: '数据库',
|
||||
username: '用户名',
|
||||
host: '主机',
|
||||
port: '端口',
|
||||
password: '密码',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user