digital-society-coop / axum-sqlx-tx

Request-scoped sqlx transactions for axum
MIT License
45 stars 11 forks source link

support axum 0.7 and upgraded http and hyper dependencies #33

Closed Wicpar closed 6 months ago

Wicpar commented 7 months ago

commits are a bit dirty, please squash if you are going to merge

connec commented 6 months ago

Hi - thank you for contributing! I've been working on this separately in #34 and simplifying the synchronisation shenanigans which were making it harder than necessary to support the new Clone requirement on request extensions. I'll be merging that soon.