Flask SQLAlchemy

preview_player
Показать описание
Flask SQLAlchemy

Flask SQLAlchemy

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

In this section of the tutorial, we will create a small web application using flask-sqlalchemy

Install flask-sqlalchemy:

pip install flask-sqlalchemy

import flask_sqlalchemy

Code small web application using flask-sqlalchemy

Рекомендации по теме