lidavidm commented on issue #2671:
URL: https://github.com/apache/arrow-adbc/issues/2671#issuecomment-2777682440

   > By your first suggestion, that says to me that there's a normal python 
standard library object that gets instantiated when you create a 
adbc_connection? Is that correct? If so, that would be a perfect solution, it 
was actually what I was originally trying to find when I figured this out, but 
that search came up dry.
   > 
   > In the short term, simply knowing how to access that python object 
connection would be sufficient, and long term, I imagine that a function could 
be created that simply pointed to that object to use its various UDF creation 
functions.
   
   Unfortunately, I meant it the other way: I meant I'd be curious if I could 
get the sqlite_connection out of the standard library SQLite connection, so 
that I could then justify adding a special API to the ADBC bindings to 
construct an ADBC connection out of it


-- 
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]

Reply via email to