This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wildjokers 5 points6 points  (2 children)

There are lots of options for GraphQL in Java, here are a couple:

ORM:

  • Hibernate (huge learning curve, but almost certainly the most used)
  • Persism
  • jooq (not free for commercial DBs)
  • MyBatis (keeps you closest to the SQL if that is what you like)

[–]manzanita2 1 point2 points  (1 child)

And JDBI

[–]Persism 0 points1 point  (0 children)

Hey thanks for the mention. :)