Skip to content
jkuehn edited this page Oct 23, 2011 · 15 revisions

MongoDB GORM plugin for Grails

MongoDB is a scalable, high-performance, schemafree and production ready NoSQL database. This plugin implements the GORM functionality for MongoDB. Under the hood it uses Morphia as a lightweight type-safe library for mapping domain classes to/from MongoDB.

User Guide

You will find a list of all domain class methods and other information in the User Guide

Questions and Bug Reports

Other links

Change Log

see here

Author:

  • Juri Kuehn (juri.kuehn [at] gmail.com)