Files
novel-app/repositories/__init__.py
2026-08-17 17:11:30 +08:00

5 lines
189 B
Python

"""Data-access layer for the novel app.
Each module exposes plain functions taking an explicit sqlite3 connection
(row_factory=sqlite3.Row) and returning plain dicts. No Flask imports.
"""