All the books, examples, and tutorials tell people how to get schema generated from model code in Scala Lift implementations. Is there any way around, instead?
Is there a way to generate model codes from DB schema in Lift? I am migrating a RoR Web App onto lift.
Sadly, I think not. There was talk about doing such a thing for Squeryl (which you can use using lift-squeryl-record), but I don’t think it ever happened.