feat(backend): add the db connection

This commit is contained in:
2025-08-20 15:08:30 -04:00
parent 7b64dbe150
commit 8f0dc0d658
13 changed files with 375 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
# database/__init__.py
from .connection import DatabaseConnection
from .repository import Repository