-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scalikejdbc-async and r2dbc #368
Comments
I tried R2DBC a few years ago. My impression back then is that the library is not so Scala-friendly. If it's feasible to configure R2DBC in this project's way, plus it's easy enough to have a bridge between their types and Scala futures, adding something to this project would be great. With that being said, I no longer write Scala code a lot (sorry about that!). So, I'm still happy to be a reviewer for PRs, but I won't work on the feature addition. |
I never used r2dbc before, but looking at the APIs they use reactivestreams Or maybe jasync-sql will adopt r2dbc and scalikejdbc-async just has to use that (with the downside of having to convert twice I will explore the first idea a bit to see how far I can get... |
jasync-sql is already r2dbc compliant (for mysql), but in the other way around (it is a driver with r2dbc wrapper). |
Do you have any plans to integrate with r2dbc. The GA version was recently released...
The text was updated successfully, but these errors were encountered: