test_db: Test database

View source: R/testing.R

test_dbR Documentation

Test database

Description

Installs or destroys a mariadb test database

Usage

test_db(
  user = "testuser",
  host = "127.0.0.1",
  db = "TESTS",
  pwd,
  destroy = FALSE
)

Arguments

user

default to 'testuser'

host

default to '127.0.0.1'

db

default to 'TESTS'

pwd

pwd

destroy

default to FALSE

Note

test_db() works independently on other functions in sdb


mpio-be/sdb documentation built on Nov. 18, 2022, 12:24 a.m.