Skip to content

Commit

Permalink
Minor fixes to Reactive SQL clients guide
Browse files Browse the repository at this point in the history
* DB2 -> IBM Db2
* Add link anchor to the table with the details
  • Loading branch information
DavideD committed Jan 18, 2022
1 parent 3c9d92d commit 1815ec3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/src/main/asciidoc/reactive-sql-clients.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include::./attributes.adoc[]
The Reactive SQL Clients have a straightforward API focusing on scalability and low-overhead.
Currently, the following database servers are supported:

* DB2
* IBM Db2
* PostgreSQL
* MariaDB/MySQL
* Microsoft SQL Server
Expand Down Expand Up @@ -470,13 +470,14 @@ $(document).ready(function () {
All done!
Navigate to http://localhost:8080/fruits.html and read/create/delete some fruits.

[[reactive-sql-clients-details]]
== Database Clients details

[cols="10,40,40,10"]
|===
|Database |Extension name |Pool class name |Placeholders

|DB2
|IBM Db2
|`quarkus-reactive-db2-client`
|`io.vertx.mutiny.db2client.DB2Pool`
|`?`
Expand Down Expand Up @@ -716,7 +717,7 @@ include::{generated-dir}/config/quarkus-datasource.adoc[opts=optional, leveloffs

include::{generated-dir}/config/quarkus-reactive-datasource.adoc[opts=optional, leveloffset=+1]

=== DB2
=== IBM Db2

include::{generated-dir}/config/quarkus-reactive-db2-client.adoc[opts=optional, leveloffset=+1]

Expand Down

0 comments on commit 1815ec3

Please sign in to comment.