2009/11/27 Jim Barrows <[email protected]> > 2009/11/26 surfman <[email protected]> > > So, if I want to use nosql database with LIFT, what I have to use is >> JDBC driver, am I right? >> Any experienced suggestion? Google has very little searching result on >> it. >> I'd appreciate any idea on this topic. Thanks. >> > > No, you can use whatever Java driver the nosql database comes with. If the > nosql database has a JDBC driver, then you might find it easier to use one > of the Java ORM systems that support it. However, JDBC is pretty much a SQL > thing, so that might be difficult. > > Using a nosql database means that you don't have access to some of the > built in features that Mapper and Record give you for data mapping, and form > generation, but you should still be able to use Lift quite easily. >
Record is not tied to SQL. One should be able to write a bridge from Record to a NoSQL DB. > > > >> >> Regards, >> >> Surfman >> >> On 11月25日, 下午4时06分, Timothy Perrett <[email protected]> wrote: >> > Correct - Redis is a nosql database, mapper is only for RDBMS >> > >> > Cheers, Tim >> > >> > On 25 Nov 2009, at 20:13, surfman wrote: >> > >> > >> > >> > > Thanks. Does it mean I may not use lift mapper and I have to write >> > > everything for database manipulation? >> > >> > > regards, >> > >> > > surfman >> > >> > > On 11月24日, 下午5时12分, Timothy Perrett <[email protected]> wrote: >> > >> There is no out of the box implementation. You could write a record >> > >> back end though - it depends on the features you want I guess. >> > >> > >> Cheers, Tim >> > >> > >> Sent from my iPhone >> > >> > >> On 24 Nov 2009, at 22:00, surfman <[email protected]> wrote: >> > >> > >>> Is there anything I could learn on how lift works with redis >> database? >> > >>> Thanks. >> > >> > >>> -- >> > >> > >>> 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 athttp:// >> groups.google.com/group/liftweb?hl=en >> > >>> .- 隐藏被引用文字 - >> > >> > >> - 显示引用的文字 - >> > >> > > -- >> > >> > > 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 athttp:// >> groups.google.com/group/liftweb?hl=en.- 隐藏被引用文字 - >> > >> > - 显示引用的文字 - >> >> -- >> >> 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. >> >> >> > > > -- > James A Barrows > > > -- > 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.
