DBI interface in R
2009/5/15 ??ubom??r Varga <luvar at plaintext.sk>
Hi. I have read your paper http://cran.r-project.org/web/packages/DBI/vignettes/DBI.pdf There is no description about what it is about. Is it about interface, which should be implemented in feature, or it is actually working package description? If it is functional package, how is it called?
The DBI package specifies an interface. There are a number of packages, RMySQL, RPostgreSQL, etc., that implement this interface for different database backends. Sean