ianmcook commented on issue #588:
URL: https://github.com/apache/arrow-adbc/issues/588#issuecomment-3614733241

   Update: There is an ADBC driver for MSSQL publicly available for use under a 
permissive license at https://docs.adbc-drivers.org/drivers/mssql/. You can 
install it with `dbc install mssql`. This driver is Go-based and wraps a 
Go-based, row-oriented SQL Server client library—which is suboptimal for 
several reasons including those discussed above, but was the most expedient way 
to get an ADBC driver built. We're actively looking at how to collaborate with 
the SQL Server drivers team on several next steps including getting this fully 
open sourced, getting a SQL Server client library that supports columnar 
batches which we can wrap to make this a lot faster, and potentially rewriting 
this in Rust in the future.


-- 
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