Closed marcoow closed 1 year ago
It seems like crates.io is doing something like what I want as well:
I'm not sure where the transaction is rolled back but maybe that's not necessary anyway as that might be automatic once the connection is closed…
There was a talk on the topic at EuroRust as well: https://www.youtube.com/watch?v=_VB1fLLtZfQ
The talk suggest using database closing instead of transactions which seems interesting.
done
I have basic DB access and CRUD requests working. Next I'd like to test such that: