bank-fraud / app /db /__init__.py
root
init
942b115
Raw
History Blame Contribute Delete
252 Bytes
"""Persistence layer: SQLAlchemy models (models.py) and engine/session (session.py).
Importing this package (or its submodules) never mutates the database -- table
creation is an explicit, human-confirmed step. See app/db/session.py:create_all().
"""