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.
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.