Category Flask

Flask PostgreSQL – SQLAlchemy

Flask Postgresql

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…