Replies: 4 comments 5 replies
-
|
https://quarkus.io/extensions/io.quarkiverse.jooq/quarkus-jooq/ |
Beta Was this translation helpful? Give feedback.
-
|
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.
-
|
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.
-
|
SQL Builder is a framework-independent, lightweight alternative to Spring JDBC Client. You can find quarkus example here |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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