Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grails/gorm-mongodb
- Owner: grails
- License: apache-2.0
- Created: 2016-06-10T10:15:31.000Z (over 8 years ago)
- Default Branch: 9.0.x
- Last Pushed: 2025-01-08T14:07:18.000Z (15 days ago)
- Last Synced: 2025-01-11T05:12:00.958Z (12 days ago)
- Topics: gorm, grails, groovy, mongodb, nosql
- Language: Groovy
- Size: 2.45 MB
- Stars: 69
- Watchers: 15
- Forks: 32
- Open Issues: 58
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)