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