Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update readme #1777

Merged
merged 2 commits into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 9 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
[Grails]: http://grails.org/
[Groovy]: http://groovy-lang.org/
[Apache License, Version 2.0]: http://www.apache.org/licenses/LICENSE-2.0.html
# GORM - Grails Object Relational Mapping

[![Java CI](https://github.com/grails/grails-data-mapping/actions/workflows/gradle.yml/badge.svg)](https://github.com/grails/grails-data-mapping/actions/workflows/gradle.yml)
[![Release](https://github.com/grails/grails-data-mapping/actions/workflows/release.yml/badge.svg)](https://github.com/grails/grails-data-mapping/actions/workflows/release.yml)
[![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)

GORM (Grails Object Mapping)
===

[Grails][Grails] is a framework used to build web applications with the [Groovy][Groovy] 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.
[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
---
## Getting Started

For further information see the dedicated websites:
For further information see the dedicated GORM website:

* [Stable Version](http://gorm.grails.org/)
* [Development Version](http://gorm.grails.org/snapshot/)
* [Latest Release](https://gorm.grails.org)
* [Development Snapshot Version](https://gorm.grails.org/snapshot/)

License
---
## License

Grails and Groovy are licensed under the terms of the [Apache License, Version 2.0][Apache License, Version 2.0].
Grails and Groovy are licensed under the terms of the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).