-
-
Notifications
You must be signed in to change notification settings - Fork 514
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
feat: Add support for async proxy connection. #2278
Conversation
Based on the work of |
This comment was marked as outdated.
This comment was marked as outdated.
Sorry to bother you again. I found that the main branch has released version 1.0 and is almost about to release version 1.1, but this PR has not been reviewed yet. Please take a look at it if possible. |
sorry for missing this. I see, so the interface changed. Ideally we should break it in 1.0 haha! |
* Try to attach async to proxy trait first. * Update proxy connection to support async. * Add example. * Try to fix CI. * Remove CI for cloudflare worker example at this moment... * Improve SQL serializer
🎉 Released In 1.0.1 🎉Thank you everyone for the contribution! |
PR Info
Bug Fixes
async
declarations.Breaking Changes
Changes
It may need to fix the upper dependent from Cloudflare that is not supported to get the SQL execute result, such as last insert id.