You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: A revolutionary ORM framework for both java and kotlin, it also provides specialized API for rapid development of Spring GraphQL-based applications.
4
+
url: https://babyfish-ct.github.io/jimmer/
5
+
github: babyfish-ct/jimmer
6
+
---
7
+
8
+
## Introduce
9
+
10
+
1. SpringBoot has introduced Spring GraphQL since 2.7. Jimmer provides specialized API for rapid development of Spring GraphQL-based applications.
11
+
12
+
2. Support two APIs: Java API & kotlin API.
13
+
14
+
3. Powerful and GraphQL friendly caching support.
15
+
16
+
4. Faster than other popular ORM solutions, please see the bechmark: https://babyfish-ct.github.io/jimmer/docs/benchmark/
17
+
18
+
5. More powerful than other popular ORM solutions.
19
+
20
+
Three aspects should be considered in ORM design:
21
+
22
+
a. Query.
23
+
b. Update.
24
+
c. Cache.
25
+
26
+
Each aspect is aimed at object trees with arbitrary depth rather than simple objects. This distinctive design brings convenience unmatched by other popular solutions.
0 commit comments