Open
Description
@maxandersen has observed that the usual way to connect to test containers databases is to use a connection URI of form jdbc:tc:postgresql:9.6.8:///databasename
.
Either we:
- convince @vietj that this is a feature that the Vert.x clients themselves should natively support, or
- emulate it in HR itself.
We actually already have the code to implement this, it's just in the test suite instead of the core where users can easily make use of it.
So what's it to be @vietj @aguibert? Does this go into Vert.x or does it stay here?