Setup a RSQLite database connection
Arguments
- dbname
(character) name of database file, defaults to ":memory:" for an in-memory database, see
RSQLite::SQLite()
- ...
additional named parameters passed on to
RSQLite::SQLite()
Examples
if (FALSE) {
con <- src_sqlite()
print(con)
}