MonetDBLite: MonetDBLite DBI driver

Description Usage Details Value Examples

Description

MonetDBLite creates a new DBI driver to interact with MonetDBLite

Usage

1

Details

The MonetDBLite function creates the R object which can be used to a call dbConnect which actually creates the connection. Since it has no parameters, it is most commonly used inline with the dbConnect call.

Value

Returns a MonetDBLite driver object that can be used in calls to dbConnect.

Examples

1
2
3
library(DBI)
con <- dbConnect(MonetDBLite::MonetDBLite())
dbDisconnect(con, shutdown=TRUE)

hannesmuehleisen/MonetDBLite-R documentation built on Jan. 19, 2022, 11:12 p.m.