From: Michael Neumann Date: 2003-11-04T23:03:00+09:00 Subject: Re: ruby dbi documentation On Tue, Nov 04, 2003 at 04:34:53AM +0900, Daniel Bretoi wrote: > Hi, > > I have a problem locating any good documentation for ruby DBI. > all I can find on the sourceforge page is some specs and some examples. > > I've found 'using the Ruby DBI Module' by Paul DuBois, with mor > edescriptions, but I still don't have a reference documentation for it. > > Id appriciate some links. I fear there's nothing else available, except chapter 3 of Ruby Developers Guide. It contains all details plus some examples, but I am not sure how much more complete it is compared to Paul's document. The DBI spec should serve very well as a reference. Of course it does not contain examples and does not explain anything (it's not intended for beginners). Regards, Michael