powered by
Wrapper function to return a SQLiteConnection object for local development.
SQLiteConnection
connect_sqlite(auto_disconnect = TRUE)
Returns an S4 object that inherits from DBIConnection. This object is used to communicate with the database engine. Under the hood,
DBIConnection
dbConnect() returns an object of class SQLiteConnection. See
dbConnect()
dbConnect() for more details.
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.
src
TRUE
src_dbi()
NA
connect_sqlite()
Run the code above in your browser using DataLab