Flask CRUD programming without SQLAlchemy or other ORM Flask CRUD programming without SQLAlchemy or other ORM flask flask

Flask CRUD programming without SQLAlchemy or other ORM


You don't have to use SQLAlchemy, no. You just have to connect to the database in Flask and execute your queries manually.

This question is about how to connect to MySQL with Python, and the official docs go over creating a site with a SQLite database. Modify the examples provided there with your MySQL connection.