Skip to content

Commit

Permalink
Adding conditionalized attribute for the Derby database
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Maléř <[email protected]>
  • Loading branch information
MichalMaler committed Sep 24, 2024
1 parent 92cef11 commit b0b2cda
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/main/asciidoc/datasource.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ For more details and optional configurations, see xref:databases-dev-services.ad

* `quarkus-jdbc-db2`
* `quarkus-jdbc-derby`
ifdef::note-quarkus-derby[]
+
{note-quarkus-derby}
endif::note-quarkus-derby[]
* `quarkus-jdbc-h2`
* `quarkus-jdbc-mariadb`
* `quarkus-jdbc-mssql`
Expand Down Expand Up @@ -151,6 +155,10 @@ Quarkus currently includes the following built-in database kinds:
+
* DB2: `db2`
* Derby: `derby`
ifdef::note-quarkus-derby[]
+
{note-quarkus-derby}
endif::note-quarkus-derby[]
* H2: `h2`
* MariaDB: `mariadb`
* Microsoft SQL Server: `mssql`
Expand Down Expand Up @@ -191,6 +199,10 @@ JDBC is the most common database connection pattern, typically needed when used
.. For use with a built-in JDBC driver, choose and add the Quarkus extension for your relational database driver from the list below:
+
* Derby - `quarkus-jdbc-derby`
ifdef::note-quarkus-derby[]
+
{note-quarkus-derby}
endif::note-quarkus-derby[]
* H2 - `quarkus-jdbc-h2`
+
[NOTE]
Expand Down

0 comments on commit b0b2cda

Please sign in to comment.