zeroshade commented on code in PR #34418: URL: https://github.com/apache/arrow/pull/34418#discussion_r1134732404
########## go/README.md: ########## @@ -28,6 +28,23 @@ for flat and hierarchical data, organized for efficient analytic operations on modern hardware. It also provides computational libraries and zero-copy streaming messaging and inter-process communication. +### A note about FlightSQL drivers + +Go FlightSQL drivers live in the +[ADBC repository](https://github.com/apache/arrow-adbc/tree/main/go/adbc). +In particular, to use the Golang `database/sql` interface: Review Comment: we should probably document that you can pass multiple options by separating them with `;` and then point to the ADBC documentation (https://arrow.apache.org/adbc/main/driver/go/flight_sql.html) which contains the available options which can be passed in addition to the uri. such as the user and password, etc. -- 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]
