open-MaStR
open-MaStR copied to clipboard
Convert plain SQL to SQLAlchemy ORM where duplicated code exists
In postprocessing the same queries are explicitly written for each technology including hard-coded table names
- Apply DRY by converting these SQL parts to SQLAlchemy ORM code
- Make table names (table objects) parametrizable