-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
215 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ | |
"postgres" | ||
], | ||
"dependencies": { | ||
"cordis": "^3.8.5", | ||
"cordis": "^3.9.0", | ||
"cosmokit": "^1.5.2" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
protocol: The protocol to use. | ||
host: The host to connect to. | ||
port: The port number to be connected. | ||
username: The username used for authentication. | ||
password: The password used for authentication. | ||
database: The name of the database we want to use. | ||
writeConcern: | ||
$description: Write Concern | ||
w: | ||
$description: The write concern. | ||
$value: | ||
- Default | ||
- Custom | ||
- Majority | ||
wtimeoutMS: The write concern timeout. | ||
journal: The journal write concern. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
protocol: 要使用的协议名。 | ||
host: 要连接到的主机名。 | ||
port: 要连接到的端口号。 | ||
username: 要使用的用户名。 | ||
password: 要使用的密码。 | ||
database: 要访问的数据库名。 | ||
writeConcern: | ||
$description: Write Concern | ||
w: | ||
$description: The write concern. | ||
$value: | ||
- Default | ||
- Custom | ||
- Majority | ||
wtimeoutMS: The write concern timeout. | ||
journal: The journal write concern. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
host: The hostname of the database you are connecting to. | ||
port: The port number to connect to. | ||
user: The MySQL user to authenticate as. | ||
password: The password of that MySQL user. | ||
database: Name of the database to use for this connection. | ||
|
||
ssl: | ||
$description: SSL options. | ||
$value: | ||
- Default | ||
- $description: Custom | ||
rejectUnauthorized: Reject clients with invalid certificates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
host: 要连接到的主机名。 | ||
port: 要连接到的端口号。 | ||
user: 要使用的用户名。 | ||
password: 要使用的密码。 | ||
database: 要访问的数据库名。 | ||
|
||
ssl: | ||
$description: SSL 高级选项。 | ||
$value: | ||
- 默认值 | ||
- $description: 自定义 | ||
rejectUnauthorized: 拒绝使用无效证书的客户端。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
host: The hostname of the database you are connecting to. | ||
port: The port number to connect to. | ||
user: The MySQL user to authenticate as. | ||
password: The password of that MySQL user. | ||
database: Name of the database to use for this connection. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
host: 要连接到的主机名。 | ||
port: 要连接到的端口号。 | ||
username: 要使用的用户名。 | ||
password: 要使用的密码。 | ||
database: 要访问的数据库名。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.