I’m trying to prevent SQL injections with code in Python, using library sqlite3. I went accross all websites in existence concerning this issue, but none of them are fixing my problem. This statement is here is executed via an email_in_use(email:str) function, to check if an email does exist in the creditentials table (I know I could use count to do