Skip to content

Commit 010fec2

Browse files
gavinkingDavideD
authored andcommitted
Update preface.adoc
Fix list of supported databases
1 parent d5d2ec4 commit 010fec2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/src/main/asciidoc/reference/preface.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ is represented using a chain of Java ``CompletionStage``s or Mutiny ``Uni``s and
1212
Java persistence frameworks like JDBC, JPA and Hibernate ORM were designed to use blocking IO for interaction with the
1313
database, and are therefore not appropriate for use in a reactive environment. As far as we know, Hibernate Reactive
1414
is the first true ORM implementation designed to take advantage of non-blocking database clients. Out of the box, the
15-
Vert.x clients for PostgreSQL, MySQL, and DB2 are supported, though the architecture is not limited to these drivers.
15+
Vert.x clients for PostgreSQL, MySQL, DB2, SQL Server, Oracle, and CockroachDB are supported, though the architecture
16+
is not limited to these drivers.
1617

1718
This programming paradigm holds the potential for improved scalability, and more controlled degradation under peak load,
1819
in some runtime scenarios. However, in general, one should not expect to see an immediate performance gain in all

0 commit comments

Comments
 (0)