RDBMS: a DB connector class

Description Usage Arguments

Description

A class to connect with RDBMS

Usage

1
2
RDBMS(RDBMS.type = "mysql", user = "root", password = "",
  host = "127.0.0.1", dbname)

Arguments

RDBMS.type

the RDBMS type. By default 'mysql', at the moment (the only supported)

user

the user for the RDBMS connection

password

the password for the RDBMS connection

host

the host for the RDBMS connection

dbname

the dataBase name for the RDBMS connection


kbolab/ste documentation built on May 29, 2019, 3:01 a.m.