RAA - rdbc

rdbc / 001103

Short description: RDBC
Category: Library/Database
Status: sample implementation
Created: 2000-11-25 20:05:04 GMT
Last update: -
Owner: NAKAMURA Akifumi (Projects of this owner)
Homepage: http://member.nifty.ne.jp/guion/SOFT/RDBC/
Download: http://member.nifty.ne.jp/guion/SOFT/RDBC/rdbc1_001103.tgz
License: Ruby's
Dependency:
None
Description:

RDBC means Ruby Database Connectivity.
The target of RDBC is a unified(?) set of APIs to access RDBMS like JDBC of Java.
The composition of RDBC is like that of JDBC.
Almost all the names of the classs and the methods
are mimiced. So(?) your knowledge of JDBC wouldsurely help you (and me ;-).

Currently, the bridges for Oracle and for Postgres
are prepared to connect RDBC with the actualDatabase servers.
Those bridges merely call existent Ruby wrappers
written by the elder Ruby hackers. That is,
the oracle bridge is on the oracle module of Mr. Yoshidam,
and the postgres bridge on the postgres module of Mr. matz.


Sorry for very late open.

Edit this project (for project owner)

back to RAA top