diff --git a/docs/src/main/asciidoc/reactive-sql-clients.adoc b/docs/src/main/asciidoc/reactive-sql-clients.adoc index 0c94ed7e4e4e3..49f29fa91b1a9 100644 --- a/docs/src/main/asciidoc/reactive-sql-clients.adoc +++ b/docs/src/main/asciidoc/reactive-sql-clients.adoc @@ -15,6 +15,16 @@ Currently, the following database servers are supported: * PostgreSQL * MariaDB/MySQL * Microsoft SQL Server +* Oracle + +[NOTE] +==== +The Reactive SQL Client for Oracle is considered _experimental_. + +In _experimental_ mode, early feedback is requested to mature the idea. +There is no guarantee of stability nor long term presence in the platform until the solution matures. +Feedback is welcome on our https://groups.google.com/d/forum/quarkus-dev[mailing list] or as issues in our https://github.com/quarkusio/quarkus/issues[GitHub issue tracker]. +==== In this guide, you will learn how to implement a simple CRUD application exposing data stored in *PostgreSQL* over a RESTful API.