feat(database/repositories/user_repository.py): Added user repository

This commit is contained in:
Kita Trofimov
2025-10-26 13:14:51 +03:00
committed by Sweetbread
parent 928677fea8
commit 3be4556844
3 changed files with 128 additions and 0 deletions
+3
View File
@@ -52,3 +52,6 @@ def test_connection() -> bool:
except Exception as e:
print(f"Тест подключения бд провален: {e}")
return False
print(test_connection())