dbConnect-methods {RSQLite} | R Documentation |
These methods are straight-forward implementations of the corresponding generic functions.
A connection between R/S-Plus and the embeddable SQLite server is established. Note that since the SQLite is embedded in R/S-Plus, connections are not too resource hungry.
SQLite connections only require the file name where the SQLite
database reside. For details see SQLite
.
See the Database Interface definition document
DBI.pdf
in the base directory of this package
or http://stat.bell-labs.com/RS-DBI.
SQLite
,
dbConnect
,
dbSendQuery
,
dbGetQuery
,
fetch
,
dbCommit
,
dbGetInfo
,
dbReadTable
.