Skip to content

GitLab

  • 菜单
项目 Groups 代码片段
    • 正在加载...
  • 帮助
    • 帮助
    • 支持
    • 社区论坛
    • 提交反馈
    • 为 GitLab 提交贡献
  • 登录
  • S steedos-platform
  • 项目信息
    • 项目信息
    • 动态
    • 标记
    • 成员
  • 仓库
    • 仓库
    • 文件
    • 提交
    • 分支
    • 标签
    • 贡献者
    • 分支图
    • 比较
  • 议题 640
    • 议题 640
    • 列表
    • 看板
    • 服务台
    • 里程碑
  • 合并请求 58
    • 合并请求 58
  • CI/CD
    • CI/CD
    • 流水线
    • 作业
    • 计划
  • 部署
    • 部署
    • 环境
    • 发布
  • 监控
    • 监控
    • 指标
    • 事件
  • 软件包与镜像库
    • 软件包与镜像库
    • 软件包库
    • 基础设施库
  • 分析
    • 分析
    • CI/CD
    • 仓库
    • 价值流
  • Wiki
    • Wiki
  • 代码片段
    • 代码片段
  • 动态
  • 分支图
  • 创建新议题
  • 作业
  • 提交
  • 议题看板
收起侧边栏
  • steedos
  • steedos-platform
  • 议题
  • #57

已关闭
开放中
Created 5月 06, 2019 by 庄建国@zhuangjianguoOwner

各个数据库ConnectionOptions参数中username/password等功能完善

Created by: yinlianghui

暂时只支持url这种连接方式,比如:

  • "mssql://sa:hotoainc.@192.168.0.190/driver-test"
  • "postgresql://postgres:hotoainc.@192.168.0.195/driver-test"
    getConnectionOptions(): ConnectionOptions {
        return  {
            type: "mssql",
            url: this._url,
            name: (new Date()).getTime().toString(),
            entities: Object.values(this._entities),
            username: this.config.username,
            password: this.config.password,
            database: this.config.database,
            options: this.config.options,
            logging: this.config.logging
        };
    }

还有更多连接参数需要支持,比如:

  • postgresql的schema,ssl,uuidExtension 等
%d位指派人
分配到
工时统计