ianmcook commented on code in PR #4525: URL: https://github.com/apache/arrow-adbc/pull/4525#discussion_r3600377170
########## 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, I think your fixes missed the C++ one. Maybe it's better to keep it my way just for the C++ one, since `--level user` is needed to avoid installing the driver in the conda environment. -- 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]
