createConnection: createConnection

Description Usage Arguments Value Examples

Description

Create a connection to an in-memory SQLite database.

Usage

1
createConnection(dsn = ":memory:")

Arguments

dsn

DSN of the connection.

Value

Connection to the database.

Examples

1
2
3
4
## Not run: 
createConnection()

## End(Not run)

bobjansen/mattR documentation built on May 9, 2019, 9:57 p.m.