Re: Fwd: Module submission DBIx::DB

2006-01-03 Thread Tyler MacDonald
ailto:[EMAIL PROTECTED] > Sent: Monday, January 02, 2006 3:28 PM > To: Jay Strauss > Cc: dbi-users@perl.org > Subject: Re: Fwd: Module submission DBIx::DB > > > > If so, for naming why does it need to be DBIx why not RDBMS::Schema::Blah > > Well, the "RD

RE: Fwd: Module submission DBIx::DB

2006-01-02 Thread Ted Behling
Perhaps use Schema::RDBMS::Foo. This would allow for non-RDBMS schema modules, based on XML, DB files, or others. -Original Message- From: Tyler MacDonald [mailto:[EMAIL PROTECTED] Sent: Monday, January 02, 2006 3:28 PM To: Jay Strauss Cc: dbi-users@perl.org Subject: Re: Fwd: Module

Re: Fwd: Module submission DBIx::DB

2006-01-02 Thread Tyler MacDonald
Jay Strauss <[EMAIL PROTECTED]> wrote: > I you talking about cataloging pre-defined table layouts for specific modules > or processes? That, or modules that do all of their work on a database schema. Eg; if you had a module that accepted longitudes and latitudes and built up a waypoint da

Re: Fwd: Module submission DBIx::DB

2005-12-31 Thread Jay Strauss
On Saturday 31 December 2005 2:18 pm, Tyler MacDonald wrote: > Hi, > > I was hoping to start a discussion about this; there is currently no > place on CPAN specifically designated for a distribution that supplies a > database schema, and perl modules specifically for interacting with that > s