SQLhelper/ ├── SQLhelper-back/ # Backend API (Express + TypeScript) │ ├── src/ │ │ ├── index.ts # Application entry point │ │ ├── routes/ # API route handlers │ │ ├── services/ # Business logic ...
A toolset to accelerate migration of Oracle DDL and SQL schema definitions to PySpark/DataFrame-compatible code and Databricks workflows. This repository combines automated parsing, translation ...