zeroshade commented on code in PR #1655: URL: https://github.com/apache/arrow-adbc/pull/1655#discussion_r1538104602
########## docs/source/faq.rst: ########## @@ -146,6 +146,17 @@ JDBC driver in a bespoke Arrow-based API. .. _arrow-jdbc: https://central.sonatype.com/artifact/org.apache.arrow/arrow-jdbc/11.0.0 .. _Turbodbc: https://turbodbc.readthedocs.io/en/latest/ +What is the ADBC driver manager? +================================ + +The driver manager (in C/C++) is a library that implements the driver API but Review Comment: do we need to specify `in C/C++`? The drivermgr in other languages does the same, just as native implementations of the interfaces in their respective languages -- 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]
