Skip to content

Commit 644e706

Browse files
committed
Update README
Update the description of GORM
1 parent 572435b commit 644e706

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@
88

99
# Grace Data
1010

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.
11+
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.
1212

13-
> [!IMPORTANT]
14-
> Currently, there are two implementations for GORM in Grace 2023.3 - [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate) and [Grace Data MongoDB](https://github.com/graceframework/grace-data-mongodb), and we will support the latest Hibernate 6.x in Grace 2024.0.x.
15-
> At the same time, Grace Framework is actively supporting other frameworks such as Spring Data, JOOQ, myBatis, etc.
13+
Currently, there are two implementations for GORM in Grace 2023.3,
14+
15+
* [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)
16+
* [Grace Data MongoDB](https://github.com/graceframework/grace-data-mongodb)
1617

1718

1819
## Versions
@@ -36,4 +37,5 @@ Grace Data is licensed under the terms of the [Apache License, Version 2.0](http
3637
## Links
3738

3839
- [Grace Framework](https://github.com/graceframework/grace-framework)
39-
- [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)
40+
- [Grace Data Hibernate](https://github.com/graceframework/grace-data-hibernate)
41+
- [Grace Data MongoDB](https://github.com/graceframework/grace-data-mongodb)

0 commit comments

Comments
 (0)