Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DJWOMS/fastapi_base
/ commit
Method
commit
src/repositories/sqlalchemy_uow.py:18–19 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
16
await self.session.close()
17
18
async
def
commit(self):
19
await self.session.commit()
20
21
async
def
rollback(self):
22
await self.session.rollback()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected