Flask

Flask PostgreSQL – SQLAlchemy

In this article, we will learn to connect our Flask Application with PostgreSQL Database systems using an ORM – Object Relational Mapper, called Flask SQLAlchemy. What is PostgreSQL? Similar to the MySQL Database management system, PostgreSQL is another type of RDBMS used for accessing, storing, and handling the data in the form of database tables.

Flask PostgreSQL – SQLAlchemy Read More »

Flask WT Forms

Welcome to this tutorial! Today we will look into a forms library in the Flask web framework known as Flask WT Forms. The need for Flask WT Forms Though the HTML forms are acceptable to use, they have certain shortcomings: There is no direct link between the client-side HTML form and the server-side Flask application.

Flask WT Forms Read More »