Skip to content

graceframework/grace-data-mongodb

Repository files navigation

Main branch build status Apache 2.0 license Latest version on Maven Central Grace Document Grace on X

Groovy Version Grace Version Spring Boot Version

Grace Data for MongoDB

This project implements GORM for the MongoDB Document Database.

This project aims to provide an Object-Mapping layer on top of MongoDB to ease common activities such as:

  • Marshalling from Mongo to Groovy/Java types and back again
  • Support for GORM dynamic finders, criteria and named queries
  • Session-managed transactions
  • Validating domain instances backed by the Mongo datastore

Important

Currently, this plugin has been upgraded to MongoDB Driver 5.0.1, but only support Grace Framework 2023.3.x.

dependencies {
    implementation "org.graceframework.plugins:mongodb"
}

Versions

To make it easier for users to use and upgrade, Grace Data MongoDB adopts a version policy consistent with the Grace Framework.

GORM MongoDb Version Grace Version
2023.3.x 2023.3.x

Ducumentation

License

This plugin is available as open source under the terms of the APACHE LICENSE, VERSION 2.0

Links