jadewang-db commented on PR #2998: URL: https://github.com/apache/arrow-adbc/pull/2998#issuecomment-2992691667
> > maybe extend the database/sql to have arrow functionality. > > Because `database/sql` is part of the Go standard library, it's not really possible to easily extend it. The better solution is to simply expose an alternate arrow based API to the `database/sql` driver implementation thanks, I will later double check if we can use database/sql plus some interface defined in adbc repo together make this happen. after that, drivers for other database can just implement database/sql plus this interface to use this. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org