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

Update to sqlx 0.8, eliminate most allocations #40

Merged
merged 19 commits into from
Sep 8, 2024
Merged

Update to sqlx 0.8, eliminate most allocations #40

merged 19 commits into from
Sep 8, 2024

Conversation

NyxCode
Copy link
Owner

@NyxCode NyxCode commented Sep 8, 2024

  • Update for sqlx 0.8
  • Use -> impl Future in ormx::Table
    • Previously, Box<dyn Future> was needed. Now, these heap allocations are gone!
  • Fix various MariaDB issues

@NyxCode NyxCode linked an issue Sep 8, 2024 that may be closed by this pull request
@NyxCode NyxCode merged commit bec3ab2 into master Sep 8, 2024
3 checks passed
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.

Upgrade sqlx from 0.6 to 0.7
1 participant