Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grails/gorm-mongodb

GORM for MongoDB
https://github.com/grails/gorm-mongodb

gorm grails groovy mongodb nosql

Last synced: 5 days ago
JSON representation

GORM for MongoDB

Awesome Lists containing this project

README

        

# GORM for MongoDB
[![Maven Central](https://img.shields.io/maven-central/v/org.grails/grails-datastore-gorm-mongodb.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/org.grails/grails-datastore-gorm-mongodb)
[![Java CI](https://github.com/grails/gorm-mongodb/actions/workflows/gradle.yml/badge.svg?event=push)](https://github.com/grails/gorm-mongodb/actions/workflows/gradle.yml)

This project implements [GORM](https://gorm.grails.org) for the MongoDB Document Database.

>[!NOTE]
>The source code in this repository is version 6.x and above. For previous versions, see the [relevant branch](https://github.com/grails/grails-data-mapping/tree/5.x/grails-datastore-gorm-mongodb) on the [Grails Data Mapping project](https://github.com/grails/grails-data-mapping).

For more information see the following links:

* [Documentation](https://gorm.grails.org/latest/mongodb/manual)
* [API](https://gorm.grails.org/latest/mongodb/api)

For the current development version see the following links:

* [Snapshot Documentation](https://gorm.grails.org/snapshot/mongodb/manual)
* [Snapshot API](https://gorm.grails.org/snapshot/mongodb/api)