[Dbix-class] Dump table to disk

Jess Robinson castaway at desert-island.me.uk
Sat Mar 14 10:38:11 GMT 2009


On Wed, 4 Mar 2009, Jonathan Yu wrote:

> Hi there:
>
> You can dump the Schema object into SQL, but I'm not sure if it also
> dumps the appropriate INSERTs... Look in SQL::Translator, that's where
> you're most likely to find something like that (SQLT is the backend
> that does some of the nitty-gritty on behalf of DBIC)

SQLT covers DDL only, not DML. (That is, no data statements, just schema 
definition).

Jess




More information about the DBIx-Class mailing list