blob: 3d0864392aee6dec08e899004e328344ba1b53a8 [file] [log] [blame]
Package: adbcdrivermanager
Title: Arrow Database Connectivity (ADBC) Driver Manager
Version: 0.4.0
Authors@R: c(
person("Dewey", "Dunnington", , "dewey@dunnington.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9415-4582")),
person("Apache Arrow", email = "dev@arrow.apache.org", role = c("aut", "cph"))
)
Description: Provides a developer-facing interface to Arrow Database
Connectivity (ADBC) for the purposes of driver development, driver
testing, and building high-level database interfaces for users. ADBC
is an API standard for database access libraries that uses Arrow for
result sets and query parameters.
License: Apache License (>= 2)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: C++11
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/build/bootstrap: TRUE
URL: https://github.com/apache/arrow-adbc
BugReports: https://github.com/apache/arrow-adbc/issues
Imports:
nanoarrow