Rdocumentation
powered by
Learn R Programming
nodbi (version 0.14.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.14.0
0.13.1
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
436
Version
0.14.0
License
MIT + file LICENSE
Issues
0
Pull Requests
0
Stars
75
Forks
6
Repository
https://github.com/ropensci/nodbi
Homepage
https://docs.ropensci.org/nodbi/
Maintainer
Ralf Herold
Last Published
December 7th, 2025
Functions in nodbi (0.14.0)
Search all functions
src_postgres
Setup a PostgreSQL database connection
src_couchdb
Setup a CouchDB database connection
nodbi-package
Document database connector
src
Setup database connections
docdb_exists
Check if container exists in database
docdb_update
Update documents
docdb_query
Get documents or parts with filtering query
docdb_delete
Delete documents or container
docdb_get
Get all documents from container in database
docdb_list
List containers in database
docdb_create
Create documents in a database
mapdata
Data set 'mapdata'
src_elastic
Setup an Elasticsearch database connection
src_mongo
Setup a MongoDB database connection
contacts
Data set 'contacts'
diamonds
Data set 'diamonds'
src_duckdb
Setup a DuckDB database connection
src_sqlite
Setup a RSQLite database connection