2

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.

om-nom-nom
  • 62,329
  • 13
  • 183
  • 228
Winston Chen
  • 6,799
  • 12
  • 52
  • 81

1 Answers1

1

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.

Community
  • 1
  • 1
leedm777
  • 23,444
  • 10
  • 58
  • 87