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,6 @@
# database/models/__init__.py
from .classification import Classification
from .member import Member
from .service_type import ServiceType
from .service import Service
from .service_availability import ServiceAvailability