I've been using Scala for about 6 months, but just getting into the Lift framework. In the Lift docs, it is mentioned that although the default Mapper stuff is provided, one can use any ORM (or similar).
Are there any good examples (uncommented source is OK) of using an alternate ORM with Lift? I'm interested in using ScalaQuery, but am open to suggestions. My only requirement is that the lib has to support MSSQL. From what I've seen, this boils down to using the JTDS JDBC driver and you're off to the races.