feat: 支持db2

This commit is contained in:
taojinlong 2024-01-18 16:55:50 +08:00
parent 0a30b03187
commit 4890307b65

View File

@ -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',