-
Notifications
You must be signed in to change notification settings - Fork 8
feat(mysql): implementing mysql in wasip2 #31
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
Conversation
ce5d716 to
cd669eb
Compare
|
I decided to just leave out the |
|
Is it possible it's an interface version issue? Should it be Comparison: MySQL (error) vs MQTT (works I believe): extra v2.0.0 in import path:
|
5263d31 to
d3176ee
Compare
|
@itowlson That did the trick! Thank you. This is ready for review. Please note that the example has been updated to include use of the |
adamreese
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great! Can you add a package doc string like you did for redis?
Signed-off-by: Andrew Steurer <[email protected]>
adamreese
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Andrew!

This is almost finished; however, I could use some help figuring out how to implement the
driver.NamedValueCheckermethod on thestmtstruct. The comments on the interface indicate that it's supposed to help the driver handle types beyond the defaultValuetypes; however, I'm not clear on which additional types need to be converted?closes #30