Replies: 3 comments 5 replies
-
https://quarkus.io/extensions/io.quarkiverse.jooq/quarkus-jooq/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
You don't need to load data from the database to save it. Tried to use stateless session? |
Beta Was this translation helpful? Give feedback.
4 replies
-
Although Spring Data JDBC is nice, it does not support composite keys, so is pretty useless for existing databases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I don't like using ORMs for accessing databases, don't like that I need to fetch data from the database before doing a save, for instance.
But I really do like Quarkus, so I was wondering if it really isn't possible to have database access without using Hibernate or Panache? (without writing old fashion JDBC Java SQL code?
Beta Was this translation helpful? Give feedback.
All reactions