SQLite                  Connect to an SQLite database
datasetsDb              A sample sqlite database
dbDataType,SQLiteDriver-method
                        Determine the SQL Data Type of an R object
dbExistsTable,SQLiteConnection,character-method
                        Tables in a database
dbListFields,SQLiteConnection,character-method
                        List fields in a table
dbReadTable,SQLiteConnection,character-method
                        Read a database table
dbRemoveTable,SQLiteConnection,character-method
                        Remove a table from the database
dbWriteTable,SQLiteConnection,character,data.frame-method
                        Write a local data frame or file to the
                        database
initExtension           Add useful extension functions
rsqliteVersion          RSQLite version
sqlite-meta             Result information
sqlite-query            Execute a SQL statement on a database
                        connection
sqlite-transaction      SQLite transaction management
sqliteCopyDatabase      Copy a SQLite database
