This commit is contained in:
2026-02-27 16:54:54 +03:00
parent bb96aa1cce
commit 532767e552
4 changed files with 66 additions and 48 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ class DatabaseConfig:
@property
def url(self) -> str:
return f"postgresql+asyncpg://{self.user}:{self.password}@{self.host}:{self.port}/{self.database}"
@dataclass
class Config: