The goal of adbcdrivermanager is to …
You can install the development version of adbcdrivermanager from GitHub with:
# install.packages("devtools")
devtools::install_github("paleolimbot/adbcdrivermanager")
This is a basic example which shows you how to solve a common problem:
library(adbcdrivermanager)
db <- adbcdrivermanager:::adbc_database_init(adbcdrivermanager:::adbc_driver_void())
adbcdrivermanager:::adbc_database_release(db)