{"id":29686918,"url":"https://github.com/graceframework/grace-data","last_synced_at":"2026-03-15T18:58:01.815Z","repository":{"id":214363437,"uuid":"725206647","full_name":"graceframework/grace-data","owner":"graceframework","description":"Grace Data Access Framework","archived":false,"fork":false,"pushed_at":"2025-07-18T00:14:17.000Z","size":30149,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"2024.0.x","last_synced_at":"2025-07-18T05:01:27.240Z","etag":null,"topics":["data-access-library","gorm","graceframework"],"latest_commit_sha":null,"homepage":"https://graceframework.org/grace-data/latest/","language":"Groovy","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/graceframework.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-11-29T16:53:23.000Z","updated_at":"2025-07-18T00:14:20.000Z","dependencies_parsed_at":"2024-06-17T09:31:09.550Z","dependency_job_id":"d17352b3-5e14-4cb7-99c5-4ff84122796a","html_url":"https://github.com/graceframework/grace-data","commit_stats":null,"previous_names":["graceframework/grace-data"],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/graceframework/grace-data","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/graceframework","download_url":"https://codeload.github.com/graceframework/grace-data/tar.gz/refs/heads/2024.0.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/graceframework%2Fgrace-data/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266614477,"owners_count":23956381,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-access-library","gorm","graceframework"],"created_at":"2025-07-23T04:06:33.929Z","updated_at":"2026-03-15T18:58:01.810Z","avatar_url":"https://github.com/graceframework.png","language":"Groovy","funding_links":[],"categories":[],"sub_categories":[],"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)\n[![Apache 2.0 license](https://img.shields.io/badge/License-APACHE%202.0-green.svg?logo=APACHE\u0026style=flat)](https://opensource.org/licenses/Apache-2.0)\n[![Latest version on Maven Central](https://img.shields.io/maven-central/v/org.graceframework/grace-datastore-core.svg?label=Maven%20Central\u0026logo=apache-maven\u0026style=flat)](https://search.maven.org/search?q=g:org.graceframework)\n[![Grace Document](https://img.shields.io/badge/Grace_Document-latest-blue?style=flat\u0026logo=asciidoctor\u0026logoColor=E40046\u0026labelColor=ffffff\u0026color=f49b06)](https://graceframework.org/grace-data/latest/)\n[![Grace on X](https://img.shields.io/twitter/follow/graceframework?style=social)](https://x.com/graceframework)\n\n[![Groovy Version](https://img.shields.io/badge/Groovy-4.0.30-blue?style=flat\u0026color=4298b8)](https://groovy-lang.org/releasenotes/groovy-4.0.html)\n[![Grace Version](https://img.shields.io/badge/Grace-2024.0.0-blue?style=flat\u0026color=f49b06)](https://github.com/graceframework/grace-framework/releases/tag/v2024.0.0-M2)\n\n# Grace Data\n\nGrace 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.\n\nCurrently, there are two implementations for GORM in Grace 2023.3,\n\n* [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)\n* [Grace Data MongoDB](https://github.com/graceframework/grace-data-mongodb)\n\n\n## Versions\n\nTo 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).\n\n| GORM Version | Grace Version |\n|--------------|---------------|\n| 2024.0.x     | 2024.0.x      |\n| 2023.3.x     | 2023.3.x      |\n| 2023.2.x     | 2023.2.x      |\n| 2023.1.x     | 2023.1.x      |\n| 2023.0.x     | 2023.0.x      |\n| 2022.2.x     | 2022.2.x      |\n| 2022.1.x     | 2022.1.x      |\n| 2022.0.x     | 2022.0.x      |\n\n## Ducumentation\n\n* [2024.0.x](https://graceframework.org/grace-data/2024.0.x/)\n\n## License\n\nGrace Data is licensed under the terms of the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).\n\n## Links\n\n- [Grace Framework](https://github.com/graceframework/grace-framework)\n- [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)\n- [Grace Data MongoDB](https://github.com/graceframework/grace-data-mongodb)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraceframework%2Fgrace-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgraceframework%2Fgrace-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgraceframework%2Fgrace-data/lists"}