Learn R Programming

nodbi (version 0.13.1)

'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

Version

Install

install.packages('nodbi')

Monthly Downloads

917

Version

0.13.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Ralf Herold

Last Published

June 26th, 2025

Functions in nodbi (0.13.1)

src

Setup database connections
src_sqlite

Setup a RSQLite database connection
src_postgres

Setup a PostgreSQL database connection
src_elastic

Setup an Elasticsearch database connection
mapdata

Data set 'mapdata'
docdb_delete

Delete documents or container
docdb_list

List containers in database
docdb_create

Create documents in a database
docdb_get

Get all documents from container in database
docdb_query

Get documents or parts with filtering query
docdb_update

Update documents
docdb_exists

Check if container exists in database
src_duckdb

Setup a DuckDB database connection
contacts

Data set 'contacts'
src_couchdb

Setup a CouchDB database connection
src_mongo

Setup a MongoDB database connection
nodbi-package

Document database connector
diamonds

Data set 'diamonds'