[Dbix-class] Using sqlt with DBIx-Class schemas

Matt S Trout dbix-class at trout.me.uk
Thu May 4 15:38:10 CEST 2006


John Napiorkowski wrote:
> For whatever it's worth I had exactly the same trouble
> you had.  I'm going to try the suggestion of grabbing
> the lastest from CVS.  Right now I am hand writing the
> DDL which is both time consuming and error prone.
I usually use

print $schema->storage->create_statements($schema, 'PostgreSQL');

or similar.



More information about the Dbix-class mailing list