- Course
Flask: Database Integration
This course will teach you how to connect to a database server using SQLAlchemy and how to integrate that connection into a Flask project.
- Course
Flask: Database Integration
This course will teach you how to connect to a database server using SQLAlchemy and how to integrate that connection into a Flask project.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
Usually, a database stores the data you want to serve when creating a web app or service with Flask. In this course, Flask: Database Integration, you'll learn how to connect to a database using SQLAlchemy and integrate that with a Flask project. First, you’ll see how to set up the database connection and create a data model for your Flask project. Next, you’ll discover how you can do CRUD operations from your Flask views. Finally, you’ll explore how to handle some more intricate scenarios like migrations and relations. When you’re finished with this course, you’ll have the skills and knowledge of Flask and SQLAlchemy needed to integrate your database with a Flask web project.