Open a connection to a LadybugDB database
Arguments
- database
An
lb_databaseobject created bylb_database().- num_threads
Integer. Number of threads LadybugDB may use.
NULLleaves the default (typically all available cores).
Examples
if (FALSE) { # \dontrun{
db <- lb_database(":memory:")
conn <- lb_connection(db)
} # }
