SQLiteConnection objects are usually created by dbConnect
SQLiteConnection
dbConnect
con <- dbConnect(SQLite(), dbname = tempfile()) dbDisconnect(con)