Update ADBC Client Docs #136
henryharbeck
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After #81, it seems the Python ADBC driver is packaged with DuckDB for Python. Can the docs be updated to reflect this. Specifically that the "Setting Up the DuckDB ADBC Driver" no longer applies for Python.
FWIW, thanks to the Arrow PyCapsule interface, PyArrow is no longer required for full functionality with ADBC either. For example, reading and writing Arrow data no longer requires PyArrow. Converting data between Python and Arrow either requires PyArrow (full functionality) or Polars as a recently added backend (partial functionality).
Here's an example of this reading and writing Arrow data with only duckdb and adbc-driver-manager installed
Beta Was this translation helpful? Give feedback.
All reactions