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,
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.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 |
Grace Data is licensed under the terms of the Apache License, Version 2.0.