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
- Host: GitHub
- URL: https://github.com/graceframework/grace-data
- Owner: graceframework
- License: apache-2.0
- Created: 2023-11-29T16:53:23.000Z (almost 2 years ago)
- Default Branch: 2024.0.x
- Last Pushed: 2025-07-18T00:14:17.000Z (3 months ago)
- Last Synced: 2025-07-18T05:01:27.240Z (3 months ago)
- Topics: data-access-library, gorm, graceframework
- Language: Groovy
- Homepage: https://graceframework.org/grace-data/latest/
- Size: 28.8 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/graceframework/grace-data/actions?query=workflow%3A%Grace+CI%22)
[](https://opensource.org/licenses/Apache-2.0)
[](https://search.maven.org/search?q=g:org.graceframework)
[](https://graceframework.org/grace-data/latest/)
[](https://x.com/graceframework)[](https://groovy-lang.org/releasenotes/groovy-4.0.html)
[](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)