On Mon, Nov 23, 2009 at 9:27 PM, Jason Felice <[email protected]>wrote:
> I'd like to chip in, but I'm not familiar with the intended design - > specifically anything about an RDBMS backend. (e.g. Go the way of > Mapper, or use a more comprehensive backend like JPA?) > Record is not going to match JPA any time soon (or likely ever). Record is oriented to not necessarily being backed by an RDBMS. Tim's done a good Akka/Record bridge. > > Second, are there committers who can review Record patches? > We don't accept patches. See http://groups.google.com/group/liftweb/browse_thread/thread/0c7a97cbf60780f0?hl=en > > I'm caught between not wanting to use JPA, and having a structure not > supported by Mapper. (Actually, I have no structure yet: it's a > simple DB, but any structure I think of seems to have tables with > multi-column primary keys.) > If you've got a green field project, you might want to benchmark the difference between multi-column primary keys and multi-column indexes with a separate primary key. I'm betting there is none. > > There seems to be one open ticket for Record (#162), and that seems to > be an easy place to start. > > -- > > You received this message because you are subscribed to the Google Groups > "Lift" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<liftweb%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/liftweb?hl=en. > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
