#66 Python Flask Web Development Tutorial Flask SQLAlchemy Part 5 |

Veröffentlicht am: 06 April 2021
auf dem Kanal: Tek Solutions
111
6

Flask SQLAlchemy
Flask SQLAlchemy is an ORM tool which establishes the relationship between the objects and the tables of the relational databases.

The mapping between the both is important because the python is capable of storing the data in the form of objects whereas the database stores the data in the form of relational tables, i.e. the collection of rows and columns.

The object-relational mapping is the technique of storing python objects into the database tables without writing the raw SQL queries.

In this video, we will create a small web application using flask-sqlalchemy ORM techniques.

Install flask-sqlalchemy:
To create a web application using the flask ORM techniques, we must need to install flask-sqlalchemy using pip installer.

$ pip install flask-sqlalchemy

To confirm the installation, try to import the module on the python shell; if it is successfully imported, the installation is successful.

$ import flask_sqlalchemy


Auf dieser Seite können Sie das Online-Video #66 Python Flask Web Development Tutorial Flask SQLAlchemy Part 5 | mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Tek Solutions 06 April 2021 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 111 Mal angesehen und es wurde von 6 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!