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

Tokio Backends #163

Merged
merged 3 commits into from
Dec 20, 2024
Merged

Tokio Backends #163

merged 3 commits into from
Dec 20, 2024

Conversation

GeekMasher
Copy link
Contributor

This pull request includes several changes to update dependencies, add new backend support, and modify the server-rocket example to use asynchronous connections. The most important changes include updating versions, adding support for backends-tokio, and refactoring the server-rocket example to use tokio::sync::Mutex.

Version Updates:

  • Updated the version of the geekorm package from 0.8.2 to 0.8.3 in .release.yml and Cargo.toml files. [1] [2] [3] [4] [5]

Backend Support:

  • Added support for backends-tokio in Cargo.toml files and updated dependencies accordingly. [1] [2] [3]

Server-Rocket Example Refactor:

  • Refactored the server-rocket example to use tokio::sync::Mutex for asynchronous database connections, including changes in main.rs and Cargo.toml. [1] [2] [3] [4]

Geekorm-Core Changes:

  • Modified geekorm-core to use tokio::sync::Mutex when the backends-tokio feature is enabled, including changes in libsql.rs. [1] [2] [3] [4] [5] [6]

@GeekMasher GeekMasher merged commit 72502dc into main Dec 20, 2024
10 checks passed
@GeekMasher GeekMasher deleted the tokio-backends branch December 20, 2024 22:34
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.

1 participant