vertx-howtos / vertx-howtos.github.io

1 stars 2 forks source link

Accessing SQL databases #20

Open jponge opened 4 years ago

jponge commented 4 years ago

How to access a SQL database like PostgreSQL with the new reactive SQL client APIs.

jponge commented 4 years ago

Also show how to use PostgreSQL from Docker Compose (to run) and TestContainers (to test).

vietj commented 4 years ago

how is it different from the examples we have ?

aesteve commented 4 years ago

Not sure we have testcontainers examples.

I like the idea of the "examples" focusing on very unitary stuff (a few lines of code) while the how-tos focusing on higher-level examples (a whole project setup basically). And indeed, having an how-to putting together:

Would be awesome.