jkuehn / gorm-mongodb

Grails GORM implementation for the MongoDB document oriented database
http://www.grails.org/plugin/mongodb-morphia
Apache License 2.0
21 stars 14 forks source link

This plugin is no longer maintained. Please consider using the official Grails MongoDB Plugin: https://grails.org/plugin/mongodb

h2. MongoDB GORM plugin for Grails

"MongoDB":http://www.mongodb.org/ is a scalable, high-performance, schemafree and "production ready":http://www.mongodb.org/display/DOCS/Production+Deployments NoSQL database. This plugin implements the GORM functionality for MongoDB. Under the hood it uses "Morphia":http://code.google.com/p/morphia/ as a lightweight type-safe library for mapping domain classes to/from MongoDB.

You will find a list of all domain class methods and other information in the "User Guide":http://jkuehn.github.com/gorm-mongodb/

Built with "IntelliJ IDEA":http://www.jetbrains.com/idea/ and kindly supported with "JProfiler":http://www.ej-technologies.com/products/jprofiler/overview.html

Special thanks to the contributors: