quarkusio / quarkus-quickstarts

Quarkus quickstart code
https://quarkus.io
Apache License 2.0
1.93k stars 1.43k forks source link

Implement Oracle datasource quickstart #935

Open jsmrcka opened 2 years ago

jsmrcka commented 2 years ago

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.

rbaumgar commented 1 month ago

@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 commented 1 month ago

@Quarkus should I create a PR?