mirror of
https://github.com/tokio-rs/axum.git
synced 2025-03-08 08:56:24 +01:00
Add axum-sqlx-tx
to community projects (#828)
This commit is contained in:
parent
f045f2356c
commit
903a887eb0
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ If your project isn't listed here and you would like it to be, please feel free
|
|||
- [tower-cookies](https://crates.io/crates/tower-cookies): Cookie manager middleware
|
||||
- [axum-flash](https://crates.io/crates/axum-flash): One-time notifications (aka flash messages) for axum.
|
||||
- [axum-msgpack](https://crates.io/crates/axum-msgpack): MessagePack Extractors for axum.
|
||||
- [axum-sqlx-tx](https://crates.io/crates/axum-sqlx-tx): Request-bound [SQLx](https://github.com/launchbadge/sqlx#readme) transactions with automatic commit/rollback based on response.
|
||||
|
||||
## Project showcase
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue