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

2006-05-01 Thread Ash Berlin
Matija Grabnar wrote: For a project (in Catalyst, if it matters) I wanted to write a DBIx::Class schema first, then use sqlt to translate that schema into appropriate SQL commands to create the database. (I considered doing it the other way, but I don't think sqlt would correctly pick up

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

2006-05-01 Thread Matija Grabnar
see args being set up, but I don't see any way whatsoever of passing a DBIx::Schema or package parameter to the parser. I must be missing something. Is anybody using sqlt to translate DBIx::Class schemas into other stuff? If not, what are you using? And is, whatever you're using, able