feat(database): Implemented database connection

This commit is contained in:
Kita Trofimov
2025-10-26 00:43:32 +03:00
parent 79cac3d8cb
commit 506f2f3f39
3 changed files with 57 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
from .connection import get_connection, get_db_config
__all__ = ['get_connection', 'get_db_config']