Learn R Programming

nodbi (version 0.9.0)

src: Setup database connections

Description

Setup database connections

Arguments

Details

There is a src_*() function to setup a connection to each of the database backends. Each has their own unique set of parameters.

  • MongoDB - src_mongo()

  • SQLite - src_sqlite()

  • Elasticsearch - src_elastic()

  • CouchDB - src_couchdb()

  • PostgreSQL - src_postgres()

Documentation details for each database:

Documentation for R packages used by nodbi for the databases: