Learn R Programming

⚠️There's a newer version (0.12.0) of this package.Take me there.

nodbi (version 0.9.0)

'NoSQL' Database Connector

Description

Simplified 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

706

Version

0.9.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Ralf Herold

Last Published

October 31st, 2022

Functions in nodbi (0.9.0)

docdb_query

Get documents with a filtering query
docdb_list

List containers in database
nodbi-defunct

Defunct functions in nodbi
src

Setup database connections
src_couchdb

Setup a CouchDB database connection
docdb_delete

Delete documents or container
src_sqlite

Setup a RSQLite database connection
nodbi-package

Document database connector
src_postgres

Setup a PostgreSQL database connection
src_redis

This function is defunct.
src_duckdb

Setup a DuckDB database connection
src_elastic

Setup an Elasticsearch database connection
src_etcd

This function is defunct.
src_mongo

Setup a MongoDB database connection
diamonds

diamonds data set
docdb_get

Get all documents from container in database
docdb_create

Create documents in a database
docdb_exists

Check if container exists in database
docdb_update

Update documents
mapdata

mapdata JSON data set
contacts

contacts JSON data set