orientConnect: Connect to OrientDB DataBase

Description Usage Arguments Author(s) See Also

View source: R/orientConnect.R

Description

orientConnect Execute a SQL query against the OrientDB database.

Usage

1
2
orientConnect(host = "localhost", username = "admin", password = "admin",
  port = "2480")

Arguments

host

The host name to the OrientDB DataBase (by default "localhost").

username

The username of the OrientDB DataBase.

password

The password of the OrientDB DataBase.

port

The Port of OrientDB DataBase (by default 2480)

Author(s)

Mohamed Karim Bouaziz mohamed.karim.bouaziz@gmail.com

See Also

orientDataBases, orientDataBaseDetail


mkbouaziz/OrientR documentation built on May 23, 2019, 1:06 a.m.