lidavidm opened a new issue, #3517: URL: https://github.com/apache/arrow-adbc/issues/3517
### What feature or improvement would you like to see? These should be possible: ```python dbapi.connect(driver="postgresql", uri="postgresql://...") dbapi.connect("postgresql", uri="postgresql://...") dbapi.connect("postgresql", "postgresql://...") dbapi.connect("postgresql://...") ``` In the last case, we would check if the URI looks like a URI and assume the URI scheme is the driver name. (So not all drivers would be able to take advantage of this.) -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org