feat: add PostgreSQL persistence layer
- adapters: SQLAlchemy implementations for all 4 repositories (Project, AssetLibrary, Asset, IngestJob) - models: SQLAlchemy ORM models with proper schema - database: connection config and session management - tests: SQLAlchemy repository integration test (in-memory SQLite) - all 7 integration tests passing
This commit is contained in:
@@ -0,0 +1 @@
|
||||
"""SQLAlchemy-based repository implementations."""
|
||||
Reference in New Issue
Block a user