----- Original Message -----
From: "Neil Gunton" <[EMAIL PROTECTED]>
To: "embperl" <[EMAIL PROTECTED]>
Sent: Tuesday, September 16, 2003 7:48 PM
Subject: What's going on with Embperl???


>  I even
> offered to try and have a go at writing an (English) book on Embperl,
> perhaps some sort of cookbook format. I

I have been working on making DBIx::Recordset docs more readable by
creating documentation with runnable sourcecode:


http://search.cpan.org/author/TBONE/DBIx-Recordset-Playground-1.0/Playground
.pm

In the process I created a sample database schema which currently will
install
on MySQL and SQLite, but because of the source of the schema, Sybase and
Oracle are
also immediately possible:


http://search.cpan.org/author/TBONE/DBSchema-Sample-1.1/lib/DBSchema/Sample/
SQLite.pm

And the ultimate goal is to make Recordset as immediately useable as
Class::DBI... part of my problem
is that I don't want to force the method of $dbh creation on others.
Class::DBI is an integrated product.
Personally , I catalog my database connections with DBIx::Connect:

  http://search.cpan.org/author/TBONE/DBIx-Connect-1.13/

and could easily extend this to make connections to specfic tables via
Recordset, but then that forces others
to use AppConfig and DBIx::Connect



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to