Skip to content
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

Jasync support #3

Open
maxpert opened this issue Dec 30, 2019 · 2 comments
Open

Jasync support #3

maxpert opened this issue Dec 30, 2019 · 2 comments

Comments

@maxpert
Copy link

maxpert commented Dec 30, 2019

I think one of the core thing that any Kotlin ORM/persistence layer should have is the coroutine support. It's a sad landscape today where we have basic layers like https://github.com/jasync-sql/jasync-sql but nobody is building the nice idiomatic layer and almost no projects (except R2DBC) support the async DB calls. I believe Krush can actually be distinct here and support async DB out of the box.

@pjagielski
Copy link
Collaborator

Hi, Krush internally uses Exposed, which already supports coroutines and has R2DBC support in the Roadmap. I'll try to provide an example for coroutines
https://github.com/JetBrains/Exposed/wiki/Transactions#working-with-coroutines
https://github.com/JetBrains/Exposed/blob/master/ROADMAP.md

@jhult
Copy link

jhult commented Mar 2, 2021

Here is the specific R2DBC issue for Exposed: JetBrains/Exposed#456

And here is the updated Exposed roadmap link: https://github.com/JetBrains/Exposed/blob/master/docs/ROADMAP.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants