Dynamic database pool configuration with Vert.x SQL Client

Next post

Eclipse Vert.x 4.2.0.Beta1 released!

The first beta of the upcoming Vert.x 4.2 has just been released. We consider it feature complete and invite the community to test it.

Read more
Previous post

Eclipse Vert.x 4.1.2 released!

Eclipse Vert.x version 4.1.2 has just been released. It fixes quite a few bugs that have been reported by the community and provides a couple of features

Read more
Related posts

What's new in Vert.x 4.5

See an overview of all new and exciting features in Vert.x 4.5, including virtual threads support and paving the road to Vert.x 5.

Read more

Unit and Integration Tests

Let’s refresh our mind about what we developed so far in the introduction to vert.x series. We forgot an important task. We didn’t test the API.

Read more

Using the asynchronous SQL client

Finally, back... This post is the fifth post of the introduction to vert.x blog series, after a not-that-small break. In this post we are going to see how we can use JDBC in a vert.x application.

Read more