Man pages for blueraleigh/db
An R interface to SQLite

cursor-classAn S4 class to wrap a prepared SQL statement
database-classAn S4 class to wrap a SQLite database connection
db.closeClose a database connection
DB.connectionsAn environment to store database connections
db.create_moduleRegister a virtual table module
db.delete_moduleUnregister a virtual table module
db.dumpJSONDump the contents of a table or database into a JSON array
db.evalEvaluate SQL statements
db.execExecute a SQL script
db.existsCheck for the existence of a database table, view, or index
db.fetchRetrieve the rows from the result set of a query
db.fieldsList the fields of a database table
db.fromJSONUnserialize a JSON string to an R object
db.functionRegister functions with a database connection
db.getGet a registered database connection
db.helpOpen the help documentation for a database
db.httpdRespond to HTTP requests against a database
db.lapplyApply a function to rows in a result set
db.openOpen a new database connection
db.paramConvert input parameters to expected format (list of lists)
db.preparePrepare a SQL statement for evaluation
db.registerRegister a database connection
db.register_shadownameRegister a the name of shadow table for a virtual table
db.replyAdd text to the HTTP response
db.reply_fileMake the contents of a file the HTTP response
db.reply_headerAdd a header to the HTTP response
db.reply_rawReturn a raw vector as the HTTP response
db.reply_redirectRedirect to the given location
db.reply_statusSet the status code of the HTTP response
db.reply_typeSet the MIME type of the HTTP response
db.schemaList the schema of database tables
db.sqlarCreate a SQLite archive
db.sqlar_rootReturn the root directory of a SQLite archive
db.sqlar_skeletonInitialize the SQLite archive schema
db.sqlar_updateUpdate the content of a SQLite archive
db.substSimple expression substitution within strings
db.tablesList the tables in a database
db.toJSONSerialize an R object to a JSON string
db.unregisterUnregister a database connection
db.unregister_shadownameUnregister a shadow name
db.unsqlarUnpack a SQLite archive.
db.urlpathRetrieve elements of a URL path
db.virtualtableCreate a virtual table module
sqlar_compressCompress data using gzip
sqlar_uncompressUncompress gzip'd data
virtualtable-classAn S4 class to implement new virtual table modules
blueraleigh/db documentation built on Feb. 25, 2024, 9:13 a.m.