mwhamgenomics / PySplit

A command line speedrun timer
GNU Lesser General Public License v3.0
1 stars 1 forks source link

SQLAlchemy back end #3

Open mwhamgenomics opened 3 years ago

mwhamgenomics commented 3 years ago

The server side reinvents a lot of wheels at the moment. Using the SQLAlchemy ORM would reduce the codebase, make the back end easier to interface with, and probably be more secure. Might be able to make it compatible with multiple database engines too.