run_database {quasardb}R Documentation

Helper to run quasardb database server (node).

Description

Run quasardb executable (qdbd) searched for in the given root directory. Used for testing purposes.

Usage

run_database(root, address = "127.0.0.1:2836")

Arguments

root

Root directory in which the executable should be found.

address

Daemon listening endpoint.


[Package quasardb version 3.3.0.0 Index]