7 lines
295 B
Text
7 lines
295 B
Text
RDBC stands for Ruby Database Connectivity.
|
|
|
|
RDBC provides a unified API to access RDBMS such as PostgreSQL and
|
|
Oracle. The composition of RDBC is like that of JDBC. Almost all the
|
|
names of the classes and the methods are mimicked.
|
|
|
|
WWW: http://homepage3.nifty.com/guion/SOFT/RDBC/INDEX_E.HTM
|