MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / UserRepository

Class UserRepository

src/app/user/repository/user_repository.py:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5
6class UserRepository(BaseRepository[User]):
7 def __init__(self, db_config: MyDatabaseConfig):
8 super().__init__(db_config, User, "id")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected