forked from github/dataease
feat: 支持db2
This commit is contained in:
parent
0a30b03187
commit
4890307b65
@ -2,6 +2,12 @@ import { useI18n } from '@/hooks/web/useI18n'
|
||||
const { t } = useI18n()
|
||||
|
||||
export const dsTypes = [
|
||||
{
|
||||
type: 'db2',
|
||||
name: 'Db2',
|
||||
catalog: 'OLTP',
|
||||
extraParams: ''
|
||||
},
|
||||
{
|
||||
type: 'mysql',
|
||||
name: 'MySQL',
|
||||
|
Loading…
Reference in New Issue
Block a user