Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grails/grails-data-mapping
- Owner: grails
- Created: 2013-09-25T11:27:04.000Z (over 11 years ago)
- Default Branch: 9.0.x
- Last Pushed: 2024-10-26T01:34:43.000Z (3 months ago)
- Last Synced: 2024-10-29T12:22:05.571Z (3 months ago)
- Topics: gorm, grails, groovy, hibernate, mongodb, neo4j, orm, sql
- Language: Groovy
- Homepage: http://gorm.grails.org/
- Size: 351 MB
- Stars: 218
- Watchers: 40
- Forks: 198
- Open Issues: 187
-
Metadata Files:
- Readme: README.md
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/)
## LicenseGrails and Groovy are licensed under the terms of the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).