-
Notifications
You must be signed in to change notification settings - Fork 0
Home
virenw edited this page Mar 1, 2014
·
8 revisions
This is a bookstore application created using Liftweb. We will create and list Authors, Books and Publishers. The relationship between these entities is such that a publisher has many books (i.e. one to many relationship), a single book can have many authors and one author could contribute to many books (making this a many to many relationship). We will persist this data model using Record and Squeryl.