lidavidm commented on code in PR #504:
URL: https://github.com/apache/arrow-adbc/pull/504#discussion_r1132622749


##########
docs/source/faq.rst:
##########
@@ -110,3 +106,43 @@ For the Arrow ecosystem, we hope databases will implement 
the Flight
 SQL wire protocol, giving them access to all the Flight SQL clients,
 including ADBC, JDBC, and ODBC drivers.  (And ADBC users can still use
 other drivers to work with other databases.)
+
+So what is the "ADBC Flight SQL driver" then?
+=============================================
+
+The ADBC Flight SQL driver implements the ADBC API standard (which an
+application interacts with) using the Flight SQL wire protocol (which
+a database server exposes).  So it's a generic driver that can talk to
+many databases, and it also implements a generic API (ADBC) designed
+to abstract over multiple databases.

Review Comment:
   Right. Updated with your wording, thanks!



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