Wrapper function to return a
SQLiteConnection object for local development.
Usage
connect_sqlite(auto_disconnect = TRUE)
Value
Returns an S4 object that inherits from DBIConnection. This object is
used to communicate with the database engine. Under the hood,
dbConnect() returns an object of class SQLiteConnection. See
dbConnect() for more details.
Arguments
auto_disconnect
Should the connection be automatically closed when the
src is deleted? Set to TRUE if you initialize the connection
the call to src_dbi(). Pass NA to auto-disconnect but print a
message when this happens.