Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grails/grails-data-mapping

GORM - Groovy Object Mapping
https://github.com/grails/grails-data-mapping

gorm grails groovy hibernate mongodb neo4j orm sql

Last synced: 2 days ago
JSON representation

GORM - Groovy Object Mapping

Awesome Lists containing this project

README

        

# 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).