Skip to content
armstrtw edited this page Sep 13, 2010 · 2 revisions

unifiedDBI is a next generation replacement for the aging DBI package for R.

It is an attempt to share common code among various database interfaces for R. The design of unifiedDBI fosters shared code via a pure virtual base class “DatabaseConnection” which all implementations of actual database connections inherit from. Hence, the code sharing is forced via this design.

So far the Postgresql driver has been successfully implemented. MySQL and Oracle are soon to follow.

If you would like to contribute an interface, please let me know.

-Whit

Clone this wiki locally