Package: nodbi Title: Document 'NoSQL' Database DBI Connector Description: R database connector for creating, reading (querying and listing fields), updating and deleting of individual or many JSON documents, providing a common API across supported databases ('SQLite', 'PostgreSQL', 'DuckDB' and 'NoSQL' databases 'MongoDB', 'CouchDB' and 'Elasticsearch'). Version: 0.14.0.9000 Authors@R: c( person("Ralf", "Herold", role = c("aut", "cre"), email = "ralf.herold@mailbox.org", comment = c(ORCID = "0000-0002-8148-6748")), person("Scott", "Chamberlain", role = "aut", comment = c(ORCID = "0000-0003-1444-9135")), person("Rich", "FitzJohn", role = "aut"), person("Jeroen", "Ooms", role = "aut"), person("Ivan", "Tarbakou", role = "cph", comment = "mongo-to-sql-converter library") ) 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.5.0) Encoding: UTF-8 Language: en-US Imports: stringi, jsonlite, uuid, jqr, DBI, V8, R.utils Suggests: sofa (>= 0.4.0), elastic (>= 1.2.0), mongolite (>= 4.0.0), RSQLite (>= 2.4.0), duckdb (>= 1.4.0), RPostgres (>= 1.4.8), testthat, withr, callr, webfakes, knitr, rmarkdown, tibble 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 Config/roxygen2/version: 7.3.3.9000 Config/pak/sysreqs: libicu-dev libjq-dev libssl-dev libnode-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-04-18 08:25:02 UTC RemoteUrl: https://github.com/ropensci/nodbi RemoteRef: master RemoteSha: c1ba7e2549a4b7145b5cac5bd5bb29f2d465051a NeedsCompilation: no Packaged: 2026-07-01 08:26:35 UTC; root Author: Ralf Herold [aut, cre] (ORCID: ), Scott Chamberlain [aut] (ORCID: ), Rich FitzJohn [aut], Jeroen Ooms [aut], Ivan Tarbakou [cph] (mongo-to-sql-converter library) Maintainer: Ralf Herold