feat(backend): create cli to interact with db

This commit is contained in:
2025-08-27 15:35:09 -04:00
parent be1c729220
commit a7b596e573
14 changed files with 854 additions and 29 deletions

View File

@@ -1,8 +1,8 @@
import datetime as dt
from typing import Optional, Tuple, List
from .connection import DatabaseConnection
from .models import (
from backend.db.connection import DatabaseConnection
from backend.models import (
Classification,
Member,
ServiceType,