-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
55 lines (55 loc) · 1.48 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Package: nodbi
Title: 'NoSQL' Database Connector
Description: Simplified JSON document database access and manipulation,
providing a common API across supported 'NoSQL' databases
'Elasticsearch', 'CouchDB', 'MongoDB' as well as
'SQLite/JSON1', 'PostgreSQL', and 'DuckDB'.
Version: 0.11.0
Authors@R: c(
person(given = "Ralf",
family = "Herold",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8148-6748")),
person(given = "Scott",
family = "Chamberlain",
role = "aut",
comment = c(ORCID = "0000-0003-1444-9135")),
person("Rich", "FitzJohn", role = "aut"),
person("Jeroen", "Ooms", role = "aut")
)
License: MIT + file LICENSE
LazyData: true
URL: https://docs.ropensci.org/nodbi/, https://github.com/ropensci/nodbi
BugReports: https://github.com/ropensci/nodbi/issues
Roxygen: list(markdown = TRUE)
Depends: R (>= 3.4.0)
Encoding: UTF-8
Language: en-US
Imports:
stringi,
jsonlite,
uuid,
jqr,
DBI,
V8,
R.utils
Suggests:
sofa,
elastic,
mongolite,
RSQLite,
duckdb,
RPostgres,
testthat,
withr,
callr,
webfakes,
knitr,
rmarkdown,
tibble
RoxygenNote: 7.3.2
X-schema.org-applicationCategory: Databases
X-schema.org-keywords: database, MongoDB, Elasticsearch, CouchDB, SQLite, PostgreSQL, DuckDB, NoSQL, JSON, documents
X-schema.org-isPartOf: https://ropensci.org
VignetteBuilder: knitr