In the middle of the development project, it is better to use orm or native SQL to query the database.

the company"s previous project is flask, but now we need to do a web-side background management system, whether to use flask"s orm or native SQL?.

Jan.19,2022

it is recommended to use the ORM framework. Flask has flask-sqlalchemy. Direct spelling SQL statements if there are a large number of items, or tedious operation, it is not very difficult to develop and maintain it.

Menu