Sign in to edit and +1 items.
Login required
Download

Grails MongoDB plugin

(3)
Author(s) Juri Kuehn
Current Release 0.5.4   (2 years ago)
Grails Version ?
Tags database  gorm  mongodb 
Dependency
compile ":gorm-mongodb:0.5.4"
Last updated by jkuehn 1 year ago
Add this plugin to your Grails application using

grails install-plugin gorm-mongodb

Then configure the MongoDB connection in your Config.groovy:

grails-app/conf/Config.groovy

mongodb {
  host = 'localhost'
  port = 27017
  database = 'test'
}

Now you can generate domain classes using the grails create-mongodb-class command and use them as described in the user guide .

Last updated by jkuehn 1 year ago
This plugin has been superseded by the MongoDB Morphia plugin.

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. You will find the sourcecode at github

User Guide

See the User Guide for further information

Last updated by admin 1 year ago
Last updated by admin 1 year ago