You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Database Connection Manager
|
|
|
|
|
|
|
|
用于决策平台和设计器中管理数据连接的通用管理器
|
|
|
|
|
|
|
|
![fineui](https://img.shields.io/badge/lib-FineUI-blue.svg)
|
|
|
|
|
|
|
|
## 开始
|
|
|
|
安装依赖
|
|
|
|
```
|
|
|
|
yarn
|
|
|
|
```
|
|
|
|
|
|
|
|
开始开发
|
|
|
|
```
|
|
|
|
yarn dev
|
|
|
|
```
|