-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Async support #51
Comments
No plans currently. I don't know enough about async. I'd accept guidance to evaluate feasibility. |
I was talking about the I've tried implementing it but some classes e.g. |
If I understand correctly, the idea is to add methods to the API that, instead of returning |
Hi, was passed out the entire time :) I hadn't gotten to working with SqlSet and SqlTable but here is a gist on IDatabase IAsyncDatabase. Because in V6 we are using |
Hi. Decided I don't want to maintain code I don't use and don't fully understand (not a good recipe thinking long term). However, if you want to create your own project/package (e.g. DbExtensions.Async) then I'd be happy to make it easier for you, e.g. giving you access to internal members using |
Awesome thanks, the team decided to use NPoco for the current project but I don't mind working on an Async version. I can fork the project and make the necessary changes in my fork then I can keep updating you on what changes I would need and why, does that sound ok? |
Sounds good. |
Hi,
Awesome library love it. Do you have any plans for async support?
The text was updated successfully, but these errors were encountered: