Grace Data(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.
Important
Currently, there is only one implementation for GORM - Grace Data Hibernate, as it takes a lot of time to refactor GORM and support the latest Hibernate 6. At the same time, Grace Framework is actively supporting other frameworks such as Spring Data, JOOQ, myBatis, etc.
To make it easier for users to use and upgrade, Grace Data adopts a version policy consistent with the Grace Framework.
GORM Version | Grace Version |
---|---|
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 |
Grace Data is licensed under the terms of the Apache License, Version 2.0.