vert-x3 / vertx-mysql-postgresql-client

This client is deprecated - use instead
https://github.com/eclipse-vertx/vertx-sql-client
Apache License 2.0
117 stars 59 forks source link

Ports the netty based async driver to jasync.sql #133

Closed andy-yx-chen closed 5 years ago

andy-yx-chen commented 5 years ago

com.github.mauricio is no longer maintained, all driver related bugs cannot be fixed, jasync.sql is good port listed in https://netty.io/wiki/related-projects.html, it's also used in some production systems as well, for better support (jasync.sql is quite active now), it would be great to use jasync.sql instead of the current Mauricio one. This PR has been verified by all test cases.

andy-yx-chen commented 5 years ago

Though this is somewhat a big change, however, I high recommend to move to jasync.sql, our projects are moving to jasync