src: Setup database connections

srcR Documentation

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()).

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:


nodbi documentation built on Sept. 24, 2023, 1:08 a.m.