Skip to content
Discussion options

You must be logged in to vote

Hi @erichards97, thanks for the great questions. I’ll answer in more detail than you might need because this will be useful for others who find this discussion later.

ADBC drivers are fundamentally not language-specific. They are native shared libraries (.so, .dylib, .dll) that can be dynamically loaded by ADBC driver managers. That means the same driver binary can be used from Python, R, Rust, Go, Java, Node.js, and other languages. We've put a lot of effort into making this very easy, for example by canonicalizing the driver install locations so you never need to think about file paths when you're using the driver managers to load drivers. For more context, see the ADBC quickstarts at g…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ianmcook
Comment options

Answer selected by ianmcook
Comment options

You must be logged in to vote
1 reply
@lidavidm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants