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', 'MariaDB' or 'MySQL' as well as 'NoSQL' databases 'MongoDB', 
     'CouchDB' and 'Elasticsearch').
Version: 0.15.0
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
Depends: R (>= 4.0.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), RMariaDB (>= 1.3.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, MariaDB, MySQL, DuckDB, NoSQL, JSON,
        documents
X-schema.org-isPartOf: https://ropensci.org
VignetteBuilder: knitr
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-08-25 09:20:32 UTC; ralfherold
Author: Ralf Herold [aut, cre] (ORCID: <https://orcid.org/0000-0002-8148-6748>),
  Scott Chamberlain [aut] (ORCID:
    <https://orcid.org/0000-0003-1444-9135>),
  Rich FitzJohn [aut],
  Jeroen Ooms [aut],
  Ivan Tarbakou [cph] (mongo-to-sql-converter library)
Maintainer: Ralf Herold <ralf.herold@mailbox.org>
Repository: CRAN
Date/Publication: 2026-08-25 09:50:02 UTC
