over the past month, I have devoted myself to studying Flask, the foundation of python for building a web application.
Following the various tutorials that I found on the Internet, I discovered SQLAlchemy.
Honestly, I find this difficult and not very useful, since I have pretty good knowledge of the SQL language.
I want to understand if there is any significant gain in using ORM, such as SQLAlchemy, which I am missing (maybe a security problem when using pure sql, which I do not know about?).
Also, I would appreciate it if you could advise me which is the best python library for working with pure SQL queries.
source share