You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Damodar Dahal edited this page Mar 24, 2018
·
1 revision
We'll be using a Python package(library) named SQLAlchemy in order to communicate between Python and MySQL.
SQLAlchemy
We are going to use SQLAlchemy to enable communication between Python (Flask) Web Server and MySQL server. SQLAlchemy is a Object-Relational Mapping (ORM) library for Python that can be used to avoid the errors that can appear while using raw SQL. Even though it provides us functions as abstraction layers, it still uses SQL queries on a low level basis.