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>
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
|
|
# Local SQLite database — contains connection rows + user state.
|
|
pipekit.db
|
|
pipekit.db-journal
|
|
pipekit.db-wal
|
|
pipekit.db-shm
|
|
|
|
# Local Claude Code settings.
|
|
.claude/settings.local.json
|