Re: DBIx::Schema?

2003-12-15 Thread Ken Y. Clark
On Mon, Dec 15, 2003 at 04:10:12PM -0600, Andrew Sterling Hanenkamp wrote: > I was toying with the idea of a schema manager to use in conjunction > with Class::DBI that would be relatively driver independent. As such, I > wrote a small module named Class::DBI::DDL and presented to the > cdbi-ta

Re: General format conversion module

2003-10-22 Thread Ken Y. Clark
On Wed, Oct 22, 2003 at 12:03:06PM -0500, Andrew Sterling Hanenkamp wrote: > I'm currently putting together a group of modules which would transform > file data in one format to data in another format. It will use plugin > modules to allow for custom configuration and automate the process. I >

Re: Binary File Modules

2003-06-19 Thread Ken Y. Clark
On Thu, 19 Jun 2003, Matt Seddon wrote: > Date: Thu, 19 Jun 2003 15:18:34 + > From: Matt Seddon <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: Binary File Modules > > >File::Binary::Info? > > > >Kake > > Hmm. That would certainly make sense. > > I'm not sur

Re: SQL translator module: DBIx:: or SQL::?

2002-03-29 Thread Ken Y. Clark
On Fri, 29 Mar 2002, Terrence Brannon wrote: > Date: Fri, 29 Mar 2002 11:02:26 -0500 > From: Terrence Brannon <[EMAIL PROTECTED]> > To: Ken Y. Clark <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: SQL translator module: DBIx:: or SQL::? > > > On T

Re: SQL translator module: DBIx:: or SQL::?

2002-03-01 Thread Ken Y. Clark
On Fri, 1 Mar 2002, Ken Williams wrote: > Date: Fri, 1 Mar 2002 15:51:21 -0600 > From: Ken Williams <[EMAIL PROTECTED]> > To: Ken Y. Clark <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: SQL translator module: DBIx:: or SQL::? > > > On Thursday,

SQL translator module: DBIx:: or SQL::?

2002-02-28 Thread Ken Y. Clark
All, I have the beginnings of something that might actually be CPAN-worthy: a translator for converting one database's create syntax into another's. I had personal need to convert MySQL and Sybase to Oracle, so I've got the basics of those worked out, and I'm trying to find a nice way to produce