Inserting, Updating, and Deleting from a Database in Flask-SQLAlchemy

preview_player
Показать описание
In this video, I'll show you how to use Flask-SQLAlchemy to insert, update, and delete from tables in your database.

Рекомендации по теме
Комментарии
Автор

Thankyou sooo much Sir. This is very helpful in databases!

fusebox
Автор

Hi my friend! 🤩
Thank you for fantastic tutorial.🥰
I only have a suggestion to change the name of the 'order' table to something else, because when we query the database, it turns out that the word 'order' is reserved, e.g. 'order by'.
However, this is in no way a criticism on my part.
There is a rule in my country: only those who do nothing make no mistakes.

alexandergdansk
Автор

is it possible to update our database model? like adding profile_pic field to User Model

swarayushita
Автор

But server_onupdate parameter becomes useless if we are updating a model like this. Because I have updated_at and created_at columns in my model, created_at & updated_at gets updated everytime I update the model.

Please suggest further.

karishmasukhwani
Автор

I want to Execute Raw multiline SQL Statement using SQLAlchemy. Any code sample ?

arunpatro
Автор

where is the update?, I see it now 2:40

TheCacoVenom
Автор

What is different when you are using a API to insert, update and delete?

timmanning