This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new e8263f50 docs: Ensure Python and R install instructions list all
drivers (#877)
e8263f50 is described below
commit e8263f5006a08ed174baf29fd90aecb9b70d8d70
Author: Dewey Dunnington <[email protected]>
AuthorDate: Thu Jul 6 16:05:21 2023 -0300
docs: Ensure Python and R install instructions list all drivers (#877)
As suggested by @nbenn!
---
docs/source/driver/installation.rst | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/source/driver/installation.rst
b/docs/source/driver/installation.rst
index 4490d241..ffd3a8c9 100644
--- a/docs/source/driver/installation.rst
+++ b/docs/source/driver/installation.rst
@@ -69,12 +69,14 @@ For example, from PyPI:
- ``pip install adbc-driver-flightsql``
- ``pip install adbc-driver-postgresql``
+- ``pip install adbc-driver-snowflake``
- ``pip install adbc-driver-sqlite``
From conda-forge_:
- ``mamba install adbc-driver-flightsql``
- ``mamba install adbc-driver-postgresql``
+- ``mamba install adbc-driver-snowflake``
- ``mamba install adbc-driver-sqlite``
R
@@ -85,4 +87,10 @@ Install the appropriate driver package from GitHub:
.. code-block:: r
# install.packages("pak")
+ pak::pak("apache/arrow-adbc/r/adbcflightsql")
+ pak::pak("apache/arrow-adbc/r/adbcpostgresql")
+ pak::pak("apache/arrow-adbc/r/adbcsnowflake")
pak::pak("apache/arrow-adbc/r/adbcsqlite")
+
+Installation of stable releases from CRAN is anticipated following the
+release of ADBC Libraries 0.6.0.