Re: [Lift] Is it possible to use Schemifier without DB Access?

2009-12-02 Thread David Pollak
On Tue, Dec 1, 2009 at 9:20 PM, Joern wrote: > Hi, > > I just want to see the statements Schemifier.schemify() would use to > create all my tables. Right now, it only creates statements, if there > is no such table in the DB. How could I avoid having it look at the > existing tables and just let

[Lift] Is it possible to use Schemifier without DB Access?

2009-12-01 Thread Joern
Hi, I just want to see the statements Schemifier.schemify() would use to create all my tables. Right now, it only creates statements, if there is no such table in the DB. How could I avoid having it look at the existing tables and just let Schemifier give me all the create statements? Thanks, Joe