DBrb is a Ruby library for database access based on DBI.

|– README : this file |– DBrb-0.1.0.gem : GEM for DBrb |– dbrb.gemspec : spec used to generate the GEM |– lib | ‘– DB.rb : file containing the actual library `– tests

`-- DbrbTest.rb	: unit tests

INSTALLING

Either run (possibly as root):

gem install DBrb

or just make sure the the ‘DB.rb` file is in your $LOAD_PATH.

FURTHER INFORMATION

run ‘rdoc` from the main distribution directory. And see: www.kuriositaet.de/ruby/dbrb/

LICENSE

Copyright © 2006 by Tim Becker ([email protected]) DBrb is released under the same license as Ruby. see: www.ruby-lang.org/en/LICENSE.txt