1d9666a4ef
The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to a single interface. At present, PostgreSQL, MySQL, and SQLite adapters are available. Author: Dirkjan Bussink (dbussink) <d.bussink@gmail.com> WWW: http://rubyforge.org/projects/dorb/ PR: ports/133853 Submitted by: Espen Volden aka voldern <voldern at hoeggen.net>
7 lines
324 B
Text
7 lines
324 B
Text
Ruby DataObjects driver to the SQLite DB engine version 3
|
|
The purpose of DO.rb is to rewrite existing Ruby database drivers to conform to
|
|
a single interface.
|
|
At present, PostgreSQL, MySQL, and SQLite adapters are available.
|
|
|
|
Author: Dirkjan Bussink (dbussink) <d.bussink@gmail.com>
|
|
WWW: http://rubyforge.org/projects/dorb/
|