lidavidm commented on code in PR #4488:
URL: https://github.com/apache/arrow-adbc/pull/4488#discussion_r3570145774


##########
docs/source/driver/flight_sql.rst:
##########
@@ -81,6 +81,45 @@ the :c:struct:`AdbcDatabase`.
 
       .. recipe:: ../../../go/adbc/driver/flightsql/example_usage_test.go
 
+URI Format
+----------
+
+The "uri" option accepts URIs using the ``flightsql://`` scheme.  The
+transport is selected with the ``transport`` query parameter, which is
+matched case-insensitively:
+
+``flightsql://<host>:<port>``
+    Connect over gRPC with TLS (secure).  This is the default when no
+    ``transport`` query parameter is given.
+
+``flightsql://<host>:<port>?transport=tls``

Review Comment:
   Well, ideally we'd be able to configure everything through the URI (most of 
the thirdparty drivers support this). 
   
   I don't know if the driver manager will recognize `flightsql:unix://`. I 
believe it looks for `driver://` specifically so this would lead it to look for 
`flightsql:unix.dll` which isn't ideal.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to