Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note about different JDBC drivers x native #7813

Merged
merged 1 commit into from
Mar 12, 2020
Merged

Add note about different JDBC drivers x native #7813

merged 1 commit into from
Mar 12, 2020

Conversation

gastaldi
Copy link
Contributor

No description provided.

Copy link
Member

@machi1990 machi1990 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gastaldi gastaldi added this to the 1.4.0 milestone Mar 12, 2020
Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice note!

@gastaldi gastaldi merged commit 9910e11 into quarkusio:master Mar 12, 2020
@gastaldi gastaldi deleted the ds_addendum branch March 12, 2020 12:35
====
Although it's possible to use any other JDBC driver in JVM mode, it's highly unlikely that it will work when compiling your application to native.

We recommend you to use the existing JDBC Quarkus extensions when possible.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would s/when possible/if you plan to compile your application as a native executable/.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As for the why: you don't have a choice. You have a database, you need to connect to it. You won't migrate your Oracle database to PostgreSQL if you want to give Quarkus a try. So we need to be very careful about how we are wording things.

@gsmet gsmet modified the milestones: 1.4.0, 1.3.0.Final Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants