-
Notifications
You must be signed in to change notification settings - Fork 14
Home
jkuehn edited this page Oct 23, 2011
·
15 revisions
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.
You will find a list of all domain class methods and other information in the User Guide
- Mailing list
- Bug tracker or the one here on github.
- Grails Framework
- Grails Documentation
- Morphia API docs
- MongoDB Java Driver
- MongoDB Java Language Center
- MongoDB Grails Plugin that exposes a mongo bean for interaction with MongoDB
see here
- Juri Kuehn (juri.kuehn [at] gmail.com)