jacobmarble opened a new issue, #15206: URL: https://github.com/apache/arrow/issues/15206
### Describe the enhancement requested In Golang, the common way to query with a SQL database is by using the [`database/sql`](https://go.dev/src/database/sql/doc.txt) driver interface. For the user of `database/sql`, this interface is idiomatic, friendly, simple. `database/sql` is row-oriented, so not ideal for large column-oriented result sets, but certainly good enough for many common use cases. A FlightSQL driver implementation of `database/sql` would be very handy, and I didn't find any chatter about it in this repository. I did find [arrow-adbc/go/adbc/sqldriver](https://github.com/apache/arrow-adbc/tree/main/go/adbc/sqldriver). Thanks, as usual, to @zeroshade for this. 👋 So, unless I'm mistaken, this issue is just fodder for future GitHub search queries, and can be closed. ### Component(s) FlightRPC, Go -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org