dbInfo: dbInfo

Description Usage Arguments Details Value Author(s) Examples

View source: R/dbConnection.r

Description

Builds connection information for a database

Usage

1
2
dbInfo(host = "localhost", database = "GratefulDeadConcerts",
  username = "admin", password = "admin", port = "2480")

Arguments

host

Hostname either as an IP address or a URL without the 'http'

database

Name of the database

username

username

password

password

port

Port number for connecting over http

Details

Essentially builds the URL for a GET call

Value

An object of class OrientDB to be used as a connection string

Author(s)

Jared P. Lander

Examples

1
2
3
dbInfo(host='127.0.0.1',
     database='GratefulDeadConcerts',
     username='admin', password='admin', port='2480')

jaredlander/OrientExpress documentation built on May 18, 2019, 3:46 p.m.