Skip to content

Commit 2be5396

Browse files
authored
Merge pull request #81 from r-dbi/adbi
2 parents 66422d1 + 233687f commit 2be5396

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/by-package/adbi.json

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": "0.1.1",
3+
"title": "'DBI' Compliant Database Access Using 'ADBC'",
4+
"description": "In order to make Arrow Database Connectivity ('ADBC' <https://arrow.apache.org/adbc/>) accessible from R, an interface compliant with the 'DBI' package is provided, using driver back-ends that are implemented in the 'adbcdrivermanager' framework. This enables interacting with database systems using the Arrow data format, thereby offering an efficient alternative to 'ODBC' for analytical applications.",
5+
"date": "2024-01-25",
6+
"maintainer": "Nicolas Bennett <[email protected]>",
7+
"license": "LGPL (>= 2.1)",
8+
"url": ["https://adbi.r-dbi.org", "https://github.com/r-dbi/adbi", "https://arrow.apache.org/adbc/"],
9+
"bugs": "https://github.com/r-dbi/adbi/issues"
10+
}

0 commit comments

Comments
 (0)