e-bel / ebel

Software package for parsing and validating Biological Expresison Language files as well as constructing and enriching knowledge graphs in the OrientDB environment.
MIT License
6 stars 1 forks source link

Sqlalchemy 2.0 update #25

Open brucetony opened 1 year ago

brucetony commented 1 year ago

Update code to use SqlAlchemy 2.0

brucetony commented 1 year ago

All RDBMS models have been updated and most of the text SQL statements were converted to use the ORM functions of sqlalchemy instead. All update methods were tested using a fresh database and import and the branch is ready for review