Hacker News new | ask | show | jobs
by soulnothing 2342 days ago
One of the things I find interesting here is the SQL support via JaSync. A competitor to JDBC using netty and kotlin coroutines, or on Java Completable Futures..

https://github.com/jasync-sql/jasync-sql

Spring R2DBC and Vertx are built atop that library. I'm also working on a micro orm using it. But it's really nice to see that become a first class citizen in the IDE.

1 comments

Nitpick: I think it's J-Async not JaSync. As in an asynchronous SQL implementation.

For anyone else wondering, I believe it targets just MySQL and Postgres.