Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Add important note to explain that there is currently only one implementation for GORM
  • Loading branch information
rainboyan committed Nov 20, 2024
1 parent 2dff443 commit dd04241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit dd04241

Please sign in to comment.