diff --git a/docs/Connection.md b/docs/Connection.md index 913f3808..25348fdd 100644 --- a/docs/Connection.md +++ b/docs/Connection.md @@ -80,6 +80,7 @@ String url="jdbc:databend://databend:secret@0.0.0.0:8000/hello_databend"; | user | Databend user name | none | jdbc:databend://0.0.0.0:8000/hello_databend?user=test | | password | Databend user password | none | jdbc:databend://0.0.0.0:8000/hello_databend?password=secret | | SSL | Enable SSL | false | jdbc:databend://0.0.0.0:8000/hello_databend?SSL=true | +| sslmode | SSL mode | disable | jdbc:databend://0.0.0.0:8000/hello_databend?sslmode=enable | | copy_purge | If True, the command will purge the files in the stage after they are loaded successfully into the table | false | jdbc:databend://0.0.0.0:8000/hello_databend?copy_purge=true | | presigned_url_disabled | whether use presigned url to upload data, generally if you use local disk as your storage layer, it should be set as true | false | jdbc:databend://0.0.0.0:8000/hello_databend?presigned_url_disabled=true | | wait_time_secs | Restful query api blocking time, if the query is not finished, the api will block for wait_time_secs seconds | 10 | jdbc:databend://0.0.0.0:8000/hello_databend?wait_time_secs=10 |