eitsupi opened a new pull request, #4535:
URL: https://github.com/apache/arrow-adbc/pull/4535
Close #4532
The following styles are allowed for driver initialization:
```r
# Infer "postgresql" from the URI scheme
adbc_database_init(uri = "postgresql://localhost/database")
# Load a named or absolute-path connection profile
adbc_database_init(profile = "myprofile")
# Equivalently, use a profile URI as the driver or URI
adbc_database_init("profile://myprofile")
adbc_database_init(uri = "profile://myprofile")
```
--
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]