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

https://github.com/graceframework/grace-data

Grace Data Access Framework
https://github.com/graceframework/grace-data

data-access-library gorm graceframework

Last synced: 3 months ago
JSON representation

Grace Data Access Framework

Awesome Lists containing this project

README

          

[![Main branch build status](https://github.com/graceframework/grace-data/workflows/Grace%20CI/badge.svg?style=flat)](https://github.com/graceframework/grace-data/actions?query=workflow%3A%Grace+CI%22)
[![Apache 2.0 license](https://img.shields.io/badge/License-APACHE%202.0-green.svg?logo=APACHE&style=flat)](https://opensource.org/licenses/Apache-2.0)
[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework/grace-datastore-core.svg?label=Maven%20Central&logo=apache-maven&style=flat)](https://search.maven.org/search?q=g:org.graceframework)
[![Grace Document](https://img.shields.io/badge/Grace_Document-latest-blue?style=flat&logo=asciidoctor&logoColor=E40046&labelColor=ffffff&color=f49b06)](https://graceframework.org/grace-data/latest/)
[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://x.com/graceframework)

[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.27-blue?style=flat&color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html)
[![Grace Version](https://img.shields.io/badge/Grace-2024.0.0-blue?style=flat&color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-M1)

# Grace Data

Grace Data(formerly known as `GORM`) is the data access toolkit used by Grace and provides a rich set of APIs for accessing relational and non-relational data including implementations for Hibernate (SQL), MongoDB, Neo4j, Cassandra, an in-memory ConcurrentHashMap for testing and an automatic GraphQL schema generator.

Currently, there are two implementations for GORM in Grace 2023.3,

* [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)
* [Grace Data MongoDB](https://github.com/graceframework/grace-data-mongodb)

## Versions

To make it easier for users to use and upgrade, Grace Data adopts a version policy consistent with the [Grace Framework](https://github.com/graceframework/grace-framework).

| GORM Version | Grace Version |
|--------------|---------------|
| 2024.0.x | 2024.0.x |
| 2023.3.x | 2023.3.x |
| 2023.2.x | 2023.2.x |
| 2023.1.x | 2023.1.x |
| 2023.0.x | 2023.0.x |
| 2022.2.x | 2022.2.x |
| 2022.1.x | 2022.1.x |
| 2022.0.x | 2022.0.x |

## Ducumentation

* [2024.0.x](https://graceframework.org/grace-data/2024.0.x/)

## License

Grace Data is licensed under the terms of the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).

## Links

- [Grace Framework](https://github.com/graceframework/grace-framework)
- [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)
- [Grace Data MongoDB](https://github.com/graceframework/grace-data-mongodb)