graphile / graphile/graphile.github.io
Document correct connection string to use for SSL
未关闭
- 主要语言
- SCSS
- 星标
- 27
- 派生
- 126
- PR 合并指标
- 30 天内没有已合并 PR
描述
The postgres query string library doesn't support `sslmode=require` instead requiring `ssl=1`.
Example: `postgresql://username:password@example.com/dbname?ssl=1`
Ref: postgraphql/postgraphql#357
贡献指南
这个仓库没有索引到贡献指南
调研方向
未指定文件或测试。搜索网站内容,查找 PostgreSQL 连接字符串文档,将其中关于 SSL 的说明与示例和所引用的 PostGraphQL issue 进行比较,并更新文档中的查询参数;当正确的 SSL 连接字符串得到明确说明时即完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- postgresql
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100