blob: 5677e5ef1fdb97ac764d69baebc54afa1d4a9d74 [file] [log] [blame] [view]
# GORM - Grails Object Relational Mapping
[![Maven Central](https://img.shields.io/maven-central/v/org.grails/grails-datastore-gorm.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/org.grails/grails-datastore-gorm) [![Java CI](https://github.com/grails/grails-data-mapping/actions/workflows/gradle.yml/badge.svg?event=push)](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/)
## License
Grails and Groovy are licensed under the terms of the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).