Orchestration layer around the jrunner Java JDBC CLI, replacing the previous shell-based sync system in .archive/pre-rewrite. Includes the FastAPI + Jinja web frontend, per-driver adapters (DB2, MSSQL, PG), wizard-driven module creation with editable dest types and source-sourced table/column descriptions, watermark/hook CRUD, and the engine that runs modules end-to-end. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
fastapi>=0.115
|
|
uvicorn[standard]>=0.30
|
|
python-multipart>=0.0.20
|
|
jinja2>=3.1
|
|
pyyaml>=6.0
|
|
httpx>=0.27
|