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

Add/enhance MySQL suport #1

Closed
wants to merge 6 commits into from
Closed

Add/enhance MySQL suport #1

wants to merge 6 commits into from

Conversation

etehtsea
Copy link
Owner

Rebased fermyon#777 against current master, fixed a few conflicts/incompatibilities.
@itowlson, will be happy to rebase against your branch if you prefer to rebase/sign it yourself.

While it's in draft, I've included changes from fermyon#813 for convenience. Will rebase against master when/if it gets merged to master.

Current status

  • Extract outbound-mysql into separate crate
  • Add integration test
  • Add connections reusing during the request
  • Improve MySQL types conversion

TODO:

  • Cleanup
  • Migrate mysql example to types conversion from SDK
  • Add non-nullable/nullable conversion support (research)

etehtsea and others added 6 commits October 27, 2022 23:44
Signed-off-by: Konstantin Shabanov <mail@etehtsea.me>
This has to be the starting point on the way to providing the API that
is able to automatically map a DB response into the user-defined struct.

Signed-off-by: Konstantin Shabanov <mail@etehtsea.me>
Signed-off-by: Konstantin Shabanov <mail@etehtsea.me>
- Add conversion support for: int16, int32, int64, floating32,
floating64, binary, boolean;
- Add support for nullable variants;

Signed-off-by: Konstantin Shabanov <mail@etehtsea.me>
Co-authored-by: Konstantin Shabanov <mail@etehtsea.me>
Signed-off-by: Konstantin Shabanov <mail@etehtsea.me>
- Extract outbound-mysql into separate crate
- Add integration test
- Add connections reusing during the request
- Improve MySQL types conversion

TODO:
- Cleanup
- Migrate mysql example to types conversion from SDK
- Add non-nullable/nullable conversion support (research)
@etehtsea etehtsea closed this Oct 27, 2022
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

Successfully merging this pull request may close these issues.

2 participants