From dd042419e4909551961a4a6e9c8e0c7c9211a909 Mon Sep 17 00:00:00 2001 From: Michael Yan Date: Wed, 20 Nov 2024 12:21:51 +0800 Subject: [PATCH] Update README Add important note to explain that there is currently only one implementation for GORM --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bb23f5d66..99a04193b 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ 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](https://github.com/graceframework/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. + + ## 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).