Nothing
#' @useDynLib RSQLite, .registration = TRUE
#' @importFrom bit64 integer64 is.integer64
#' @importFrom blob blob
NULL
#' Class SQLiteDriver (and methods)
#'
#' SQLiteDriver objects are created by [SQLite()], and used to select the
#' correct method in [dbConnect()].
#' They are a superclass of the [DBIDriver-class] class,
#' and used purely for dispatch.
#' The "Usage" section lists the class methods overridden by \pkg{RSQLite}.
#' The [dbUnloadDriver()] method is a null-op.
#'
#' @keywords internal
#' @export
setClass("SQLiteDriver",
contains = "DBIDriver"
)
# Set during installation time for the correct library
PACKAGE_VERSION <- utils::packageVersion(utils::packageName())
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.