quarkus-quickstarts icon indicating copy to clipboard operation
quarkus-quickstarts copied to clipboard

Implement Oracle datasource quickstart

Open jsmrcka opened this issue 3 years ago • 2 comments

Add a quickstart that shows Quarkus datasource functionality using the Oracle datarouce (quarkus-jdbc-oracle). Majority of the quickstarts use PostgreSQL (quarkus-jdbc-postgresql) and there is a lack of examples of other datasources.

It could be e.g. an analog of hibernate-orm-quickstart/hibernate-orm-panache-quickstart with postgresql swapped for oracle.

jsmrcka avatar Sep 08 '21 09:09 jsmrcka

@jsmrcka I created an Oracle version of the getting-started-reactive-crud. See https://github.com/rbaumgar/oracle-db-operator-openshift/tree/main/getting-started-reactive-crud-oracle

rbaumgar avatar Jun 11 '24 08:06 rbaumgar

@Quarkus should I create a PR?

rbaumgar avatar Jun 11 '24 08:06 rbaumgar