SQLiteConnection-class {RSQLite}R Documentation

Class SQLiteConnection.

Description

SQLiteConnection objects are usually created by dbConnect

Examples

con <- dbConnect(SQLite(), dbname = tempfile())
dbDisconnect(con)

[Package RSQLite version 1.0.0 Index]