MCPcopy Create free account
hub / github.com/fastapi/fastapi / get_db

Function get_db

docs_src/dependencies/tutorial007_py310.py:1–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1async def get_db():
2 db = DBSession()
3 try:
4 yield db
5 finally:
6 db.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected