Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Creating a Model Layer for Flask 2

Posted By: lucky_aut
Creating a Model Layer for Flask 2

Creating a Model Layer for Flask 2
Duration: 1h 21m | .MP4 1280x720, 30 fps(r) | AAC, 48000 Hz, 2ch | 212 MB
Genre: eLearning | Language: English

A model layer is a common and useful abstraction in web development.
This course will teach you how to implement a model layer within Flask.
Embedding SQL queries within the backend of a web application can
make it hard to maintain and extend functionality. In this course, Creating a Model Layer for Flask,
you’ll learn to implement a model layer using SQLAlchemy and avoid these issues.
First, you’ll explore the setup of SQLAlchemy and how to replace existing SQL queries.
Next, you’ll discover how to extend an application using the model layer.
Finally, you’ll learn how to manage authorization on views for both interactive and automated users. When you’re finished with this course, you’ll have the skills and knowledge of Flask needed to refactor or extend a model layer.