SQLite                  Connect to an SQLite database
datasetsDb              A sample sqlite database
dbBegin_SQLiteConnection
                        SQLite transaction management
dbReadTable_SQLiteConnection_character
                        Read a database table
dbWriteTable_SQLiteConnection_character_character
                        Write a local data frame or file to the
                        database
initExtension           Add useful extension functions
rsqliteVersion          RSQLite version
sqliteCopyDatabase      Copy a SQLite database
sqliteHasHttpVFS        Check for HTTP VFS support
sqliteHttpConfig        Configure experimental HTTP VFS behavior
                        (optional)
sqliteHttpStats         Experimental HTTP VFS statistics
sqliteHttpVfsCompiled   Was HTTP VFS compiled into this build?
sqliteRemote            Convenience helper for opening remote SQLite
                        databases over HTTP/HTTPS
sqliteSetBusyHandler    Configure what SQLite should do when the
                        database is locked
