blob: 9d3116a44d88ee9131e00c43e465db0405fde039 (
plain) (
blame)
1
2
3
4
5
6
7
|
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://rubygems.org/gems/do_sqlite3/
|