crate / crate-jdbc

A JDBC driver for CrateDB.
https://crate.io/docs/jdbc/
Apache License 2.0
23 stars 28 forks source link

Async JDBC Client #355

Closed erenerdemli closed 2 years ago

erenerdemli commented 2 years ago

Do you have any plans on creating Async JDBC Driver,

Hence using crate in microservices platform such as Vertx, will be great addition

@see https://github.com/eclipse-vertx/vertx-sql-client

mfussenegger commented 2 years ago

Currently there are no plans to create a new async JDBC driver.

Instead we focus on improving the PostgreSQL compatiblity in CrateDB to make existing drivers work. Did you try the PostgreSQL vertx-sql-client to see if it already works with CrateDB?

erenerdemli commented 2 years ago

Yes it seems to work, thanks