MongoDB 字典源
配置示例:
- DDL
- Configuration file
或使用 URI:
或使用 URI:
Setting 字段:
| Setting | Description |
|---|---|
host | MongoDB 主机。 |
port | MongoDB 服务器端口。 |
user | MongoDB 用户名。 |
password | MongoDB 用户密码。 |
db | 数据库名称。 |
collection | 集合名称。 |
options | MongoDB 连接字符串选项(可选)。 |
uri | 用于建立连接的 URI(作为单独 host/port/db 字段的替代方式)。 |