Rdocumentation
powered by
Learn R Programming
nodbi (version 0.13.0)
'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'.
Copy Link
Link to current version
Version
Version
0.13.0
0.12.0
0.11.0
0.10.7
0.10.6
0.10.5
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.1
0.7.0
0.6.0
0.5.1
0.5.0
0.4.3
0.4.2
0.4.0
0.3.0
0.2.0
0.1.0
Install
install.packages('nodbi')
Monthly Downloads
561
Version
0.13.0
License
MIT + file LICENSE
Issues
0
Pull Requests
0
Stars
76
Forks
6
Repository
https://github.com/ropensci/nodbi
Homepage
https://docs.ropensci.org/nodbi/
Maintainer
Ralf Herold
Last Published
June 3rd, 2025
Functions in nodbi (0.13.0)
Search all functions
src
Setup database connections
src_mongo
Setup a MongoDB database connection
src_sqlite
Setup a RSQLite database connection
src_duckdb
Setup a DuckDB database connection
docdb_list
List containers in database
docdb_update
Update documents
docdb_get
Get all documents from container in database
diamonds
Data set 'diamonds'
docdb_create
Create documents in a database
docdb_delete
Delete documents or container
docdb_exists
Check if container exists in database
docdb_query
Get documents or parts with filtering query
src_elastic
Setup an Elasticsearch database connection
nodbi-package
Document database connector
contacts
Data set 'contacts'
mapdata
Data set 'mapdata'
src_couchdb
Setup a CouchDB database connection
src_postgres
Setup a PostgreSQL database connection