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 _______________________________________________ List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class IRC: irc.perl.org#dbix-class SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/ Searchable Archive: http://www.grokbase.com/group/[email protected]
