- Notifications
You must be signed in to change notification settings - Fork 1
eltimn edited this page Sep 2, 2010
·
4 revisions
NOTICE:
The Scamongo project is now officially part of the Lift project.
Scamongo is a library for MongoDB written in Scala. It is made up of 3 related parts;
scamongo-base: A set of classes that are used to handle connection management and some methods for using MongoDB.
scamongo-document: This uses the excellent Lift-JSON library to allow the use of case classes for domain objects.
scamongo-record: This is a back-end implementation of the Lift-Record framework. This is meant to be used within a Lift web application.