Vertx support for memsql

Hi, Does anyone know if there is compatible jdbc driver that can be used to connect from vertx application to memsql/singlestore DB

Has anyone tried it before?

Thanks,
Alok R

You could try using the SingleStore JDBC driver with Vertx.

Alternatively, it looks like that tool supports MySQL natively. Many tools that support MySQL work with S2 out of the box so you could try that as well.

Thanks Rob for the reply, Ill try this out and let you know