Squashed 'l1/' content from commit 670aa58
git-subtree-dir: l1 git-subtree-split: 670aa582df99e87fca7c247b949baf452e8c234f
This commit is contained in:
10
app/repositories/__init__.py
Normal file
10
app/repositories/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
L1 Server Repositories.
|
||||
|
||||
Data access layer for persistence operations.
|
||||
"""
|
||||
|
||||
# TODO: Implement repositories
|
||||
# - RunRepository - Redis-backed run storage
|
||||
# - RecipeRepository - Redis-backed recipe storage
|
||||
# - CacheRepository - Filesystem + PostgreSQL cache metadata
|
||||
Reference in New Issue
Block a user