-
Notifications
You must be signed in to change notification settings - Fork 251
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(sdk/go): implement mysql SDK for TinyGo #1794
Conversation
9a2432b
to
5798a16
Compare
Test
I create a issue on Tinygo tinygo-org/tinygo#3926 . |
Thanks for this, and for flagging the upstream problem to the TinyGo folks - looks like they already have a fix so hopefully in the next version... |
9f089ee
to
79e611d
Compare
@adamreese PTAL |
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.
Looks great! I tested out on TinyGo dev. We need to wait to merge until the C._Bool
issue is released in TinyGo.
@Patrick0308 I think a rebase will take care of the weird wit-bindgen compilation errors in CI. Thanks for sticking with this! |
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
195faaa
to
c950a9e
Compare
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
Signed-off-by: Patrick <patrickjiang0530@gmail.com>
@adamreese @itowlson I replaced C._Bool to bool then testing the program went smoothly. So we don't need to wait util tinygo-org/tinygo#3926 is released. |
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 for your great work on this feature! This is awesome
feat(sdk/go): implement mysql SDK for TinyGo