connect_sqlite {shinyNotes} | R Documentation |
Connect to an SQLite database
Description
Wrapper function to return a
SQLiteConnection
object for local development.
Usage
connect_sqlite(auto_disconnect = TRUE)
Arguments
auto_disconnect |
Should the connection be automatically closed when the
|
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.
Examples
connect_sqlite()
[Package shinyNotes version 0.0.2 Index]