https://github.com/grails/grails-data-mongodb
GORM for MongoDB
https://github.com/grails/grails-data-mongodb
gorm grails groovy mongodb nosql
Last synced: about 1 month ago
JSON representation
GORM for MongoDB
- Host: GitHub
- URL: https://github.com/grails/grails-data-mongodb
- Owner: grails
- License: apache-2.0
- Created: 2016-06-10T10:15:31.000Z (almost 9 years ago)
- Default Branch: 9.0.x
- Last Pushed: 2025-03-06T13:57:46.000Z (about 2 months ago)
- Last Synced: 2025-03-08T03:16:19.851Z (about 2 months ago)
- Topics: gorm, grails, groovy, mongodb, nosql
- Language: Groovy
- Size: 2.61 MB
- Stars: 72
- Watchers: 15
- Forks: 35
- Open Issues: 56
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GORM for MongoDB
[](https://central.sonatype.com/artifact/org.grails/grails-datastore-gorm-mongodb)
[](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)