[Dbix-class] RFC: Load from SQL

Brandon Black blblack at gmail.com
Tue Jul 10 21:43:18 GMT 2007


On 7/10/07, Brandon Black <blblack at gmail.com> wrote:
> On 7/10/07, Jeff Zucker <jeff at vpservices.com> wrote:
> > Hi all (and especially Brandon Black),
> >
>
> Hi :)
>
> > Jeff Zucker (jZed), here (author/maintainer of DBD::CSV, DBD::AnyData,
> > SQL::Statement and various other DBI related modules).  I wanted a DBIC
> > loader that would work with the DBDs that do not store metadata (other
> > than column names) so I wrote a little wrapper around SQL::Translator
> > and DBIx::Class::File that will parse DDL on the fly, create DBIC schema
> > classes in memory (and optionally to file).

I guess I jumped right past my mental first paragraph, which makes it
seem like I hardly read your email, oops :)

Yes, it would be cool to have a DBIx::Class::Schema::Loader::SQLT that
uses SQLT to parse DDL and feed it to the rest of the
DBIx::Class::Schema::Loader::Base infrastructure.  Everything else I
said was kinda on another track wrt to supporting DBD::CSV, etc.

-- Brandon



More information about the Dbix-class mailing list