Maagan-Michael / invitease

A self contained invitation management system for gatekeeping.
GNU General Public License v3.0
8 stars 1 forks source link

All SQL interactions should be done using SQLAlchemy #13

Closed yarons closed 2 years ago

yarons commented 2 years ago

In order to create a safer environment and to avoid SQL injections we need to use SQLAlchemy for all SQL interactions (instead of using INSERT, SELECT, etc. directly).