This website requires JavaScript.
Explore
Help
Sign In
happyz
/
fastapi
mirror of
https://github.com/tiangolo/fastapi.git
Watch
1
Star
0
Fork
You've already forked fastapi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
08b09e5236
fastapi
/
docs_src
/
dependencies
/
tutorial007.py
7 lines
99 B
Python
Raw
Blame
History
async
def
get_db
(
)
:
db
=
DBSession
(
)
try
:
yield
db
finally
:
db
.
close
(
)
Reference in New Issue
View Git Blame
Copy Permalink