https://github.com/apache/grails-data-mapping
GORM - Groovy Object Mapping
https://github.com/apache/grails-data-mapping
gorm grails groovy hibernate mongodb neo4j orm sql
Last synced: 9 days ago
JSON representation
GORM - Groovy Object Mapping
- Host: GitHub
- URL: https://github.com/apache/grails-data-mapping
- Owner: apache
- Created: 2013-09-25T11:27:04.000Z (over 11 years ago)
- Default Branch: 9.0.x
- Last Pushed: 2025-04-10T11:32:05.000Z (11 days ago)
- Last Synced: 2025-04-10T11:58:52.072Z (11 days ago)
- Topics: gorm, grails, groovy, hibernate, mongodb, neo4j, orm, sql
- Language: Groovy
- Homepage: http://gorm.grails.org/
- Size: 371 MB
- Stars: 226
- Watchers: 42
- Forks: 200
- Open Issues: 366
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GORM - Grails Object Relational Mapping
[](https://central.sonatype.com/artifact/org.grails/grails-datastore-gorm) [](https://github.com/grails/grails-data-mapping/actions/workflows/gradle.yml)
[Grails](https://grails.org) is a framework used to build web applications with the [Groovy](https://groovy-lang.org) programming language. This project provides the plumbings for the GORM API both for Hibernate and for new implementations of GORM on top of NoSQL datastores.
## Getting Started
For further information see the dedicated GORM website:
* [Latest Release](https://gorm.grails.org)
* [Development Snapshot Version](https://gorm.grails.org/snapshot/)
## LicenseGrails and Groovy are licensed under the terms of the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).