nodbi (version 0.10.4)

src: Setup database connections

Description

There is a src_*() function to setup a connection to each of the database backends. The backends may have specific parameters in the respective function src_*(), but all other nodbi functions are independent of the backend (e.g., see docdb_query()).

Arguments

Details

  • MongoDB - src_mongo()

  • SQLite - src_sqlite()

  • Elasticsearch - src_elastic()

  • CouchDB - src_couchdb()

  • PostgreSQL - src_postgres()

  • DuckDB - src_duckdb()

Documentation details for each database:

Documentation of R packages used by nodbi for the databases: