open-MaStR icon indicating copy to clipboard operation
open-MaStR copied to clipboard

Convert plain SQL to SQLAlchemy ORM where duplicated code exists

Open gplssm opened this issue 3 years ago • 0 comments

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

gplssm avatar Mar 01 '21 17:03 gplssm