feat(database): Implemented database connection

This commit is contained in:
Kita Trofimov
2025-10-26 00:43:32 +03:00
committed by Sweetbread
parent e80c5645f1
commit 928677fea8
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']