I'm new to Flask and SQLalchemy and I'm currently trying to develop an API connecting to an existing database. I understand models are useful to create a new database, and new tables, but I do not understand what makes it neccesary for me to define models since my tables already exist ?
I read this question, and I don't understand what makes it necessary to define models if I can simply query my database? Maybe I did not grasp the purpose of models...