Hi everybody, I am not too much into vertx (yet) but have the following question:
vertx has this module for mysql and postgresql:
https://github.com/vert-x3/vertx-mysql-postgresql-client
It uses a driver written in scala which is deprecated. I converted this driver to kotlin:
https://github.com/jasync-sql/jasync-sql
Do you think it is better to fork the module and create a new one with the new driver or add the driver to the kotlin support or any other idea? if there is a better place to ask this also please let me know...