Skip to content

Commit 24d7aa0

Browse files
committed
docs: add dsn option .
1 parent adf0612 commit 24d7aa0

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,18 +218,19 @@ Examples:
218218

219219
#### RestAPI Client
220220

221-
| Arg | Description |
222-
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
223-
| `wait_time_secs` | Request wait time for page, default to `1` |
224-
| `max_rows_in_buffer` | Max rows for page buffer |
225-
| `max_rows_per_page` | Max response rows for a single page |
226-
| `page_request_timeout_secs` | Timeout for a single page request, default to `30` |
227-
| `presign` | Whether to enable presign for data loading, available arguments are `auto`/`detect`/`on`/`off`. Default to `auto` which only enable presign for `Databend Cloud` |
221+
| Arg | Description | Default |
222+
|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------|
223+
| `query_result_format` | (Since v0.33.1) Format to fetch result set, available arguments are `JSON`/`ARROW`. | `JSON` |
224+
| `ssl_mod` | SSL mode, available values are `enable`/`disable`. | `disable` |
225+
| `wait_time_secs` | Request wait time for page. | `1` |
226+
| `max_rows_per_page` | Max result rows for a single page. | `10000` |
227+
| `page_request_timeout_secs` | Timeout for a single page request. | `30` |
228+
| `presign` | Whether to enable presign for data loading, available arguments are `auto`/`detect`/`on`/`off`. Default to `auto` which only enable presign for `Databend Cloud` | `auto` |
228229

229230
#### FlightSQL Client
230231

231232
| Arg | Description |
232-
| --------------------------- | ------------------------------------------------------------------------- |
233+
|-----------------------------| ------------------------------------------------------------------------- |
233234
| `query_timeout` | Query timeout seconds |
234235
| `tcp_nodelay` | Default to `true` |
235236
| `tcp_keepalive` | Tcp keepalive seconds, default to `3600`, set to `0` to disable keepalive |
@@ -239,7 +240,7 @@ Examples:
239240

240241
#### Query Settings
241242

242-
see: [Databend Query Settings](https://databend.rs/doc/sql-commands/show/show-settings)
243+
see: [Databend Query Settings](https://docs.databend.com/sql/sql-commands/administration-cmds/show-settings)
243244

244245
## Development
245246

0 commit comments

Comments
 (0)