Replies: 1 comment
-
The development database list is a subset filtered by the chosen production database. In your case, since you selected MySQL as the production database, you have the option to choose MySQL or H2. Allowing to choose another development database like PostgreSQL, or Oracle doesn't make sense. |
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
-
When generating a project, we are asked about dev and prod databases. But the lists are not the same. Production has several ones (MySQL, MariaDB, PostgreSQL, etc.) and dev much less.
With DevServices in Quarkus 2, does it make sense ? Shouldn't the dev list be the same as prod (+ H2 disk and in-mem) ?
Beta Was this translation helpful? Give feedback.
All reactions