ianmcook commented on code in PR #4525: URL: https://github.com/apache/arrow-adbc/pull/4525#discussion_r3600368773
########## docs/source/cpp/recipe/quickstart.cc: ########## @@ -32,9 +32,33 @@ /// /// .. code-block:: shell /// -/// mamba install cmake compilers libadbc-driver-manager libadbc-driver-sqlite +/// mamba install cmake compilers libadbc-driver-manager +/// +/// Installing Drivers +/// ================== +/// +/// You'll need to install an ADBC driver for the database you want to +/// connect to. The easiest way is using dbc_: +/// +/// .. code-block:: shell +/// +/// # Install dbc +/// curl -fsSL https://dbc.sh | sh Review Comment: Oh, sorry, I can revert my commit. But I'm confused; how is it gone if I'm still seeing it here? -- 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]
