-
I can't find anything in the documentation regarding this - where do/can I specify which driver (class) to use as the underlying JDBC Driver? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Hi, @dstaviss,
|
Beta Was this translation helpful? Give feedback.
-
@karenc-bq i build the keycloak image using below build.gradle
and below Dockerfile
but unfortunately, when I deploy the keycloak deployment it says that I am still using the
and my deployment.yaml is this
|
Beta Was this translation helpful? Give feedback.
-
Do we have any example of using this driver with hibernate panache with quarkus ? |
Beta Was this translation helpful? Give feedback.
Hi, @dstaviss,
When you use the wrapper driver you also need to specify the underlying driver you need to use.
Depending on your tech stack you may do this in several ways. For instance if you are using the Gradle build tool you can specify the underlying driver as a dependency, see the documentation for more details. Please feel free to let me know if you would like an example for a specific workflow.
We recommend using the
AwsWrapperDataSource
with a target data source class of your choice. Here is a simple example. For more configuration properties check out this documentation.