Does it support transaction for modules in this project? #5195
Unanswered
JulianChenlol
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Does it support transaction for modules in this project?
For example: the create method in
cost_mode\service.py
I checked the definition of db_session in
database\core.py
, but didn't found such asrollback
orwith begin
.How could it use transaction for 2 commits in 1 operation?
I am learning this project for fastapi practice. Thanks for reply!
Beta Was this translation helpful? Give feedback.
All reactions