You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.