SQLAlchemy ORM Crash Course - Manage Databases With Python

preview_player
Показать описание
Hey guys, In this video, We look at SQLAlchemy a tool that gives application developers the full power and flexibility of SQL.

It includes a full set of well-known enterprise-level persistence patterns, which are designed for fast and efficient database access and have been converted into a simple Pythonic domain language.

Source Code:

Please donate to my channel:

Please subscribe to the channe

Follow me:
Github:

Twitter

Timestamps
0:00 Introduction
1:58 Creating a Schema
12:45 Creating the database tables
25:11 Creating data in a database table (Creating data)
37:17 Reading from the database (Reading Data)
40:32 Limiting Number of Results
41:31 Filtering queries
43:57 Updating Data
47:24 Deleting Data
50:20 Ordering results of a query
55:01 Wrapping Up
Рекомендации по теме
Комментарии
Автор

I have made a video on SQLALchemy Core (in version 2.0) here.

The SQLAlchemy ORM (for version 2.0) video is here.

Thanks for the support on this video. 🙏

SsaliJonathan
Автор

This is the definition of an excellent video. Ingredients present in this vid:
* Well explained
* Timestamps
* Source Code provided
*
Concrete and to the point

Thanks

andrejferdinand
Автор

This was the first video I watched about SQLAlchemy that actually made sense! I really appreciate that you separated your models from the actual logic rather than dumping everything in one file. I would also like to see 1:many relational queries. Great stuff, thanks Jonathan!

andrewvelez
Автор

Thanks for watching this video, Please subscribe to the channel.

SsaliJonathan
Автор

Fantastic! I wish all tutorials were like this. You are a gifted trainer. Logical, straight forward, good explanations and examples and effective repetition/reinforcement. I'm hoping to find more of your videos.

briancarey
Автор

Thanks. There are lots of videos on SQLAlchemy, but not a ton that go into this much detail.

Liked and subscribed

RyantheCanuckpirate
Автор

Thank you so much! I was following other tutorials but I couldn't understand how to insert data into the table. With your video I was able to quickly understand the concepts and finally populate my database. I subscribed and for sure I'll keep watching your videos as I learn new concepts.

notmyname
Автор

Loved this video! Shared your channel in our studying Discord, great stuff!

ryancopeland
Автор

This professor spent 2weeks explaining, didn’t make any sense. He spent his time on playing with existing sample data on SQLite, wasted our time.
Appreciate you man! Thanks

xelaldaero
Автор

Great introduction to sqlalchemy ! Hope to see more like this one.

raphaelhunold
Автор

Excellent video. You've helped me so much! Thank you from Brazil! Also, thank you for providing the source code in the description.

NoOne-uzvs
Автор

man! tutorials like this is the reason youtube is becoming a great source of free info. Keep up the good work!!!

ManmeetSingh-hfok
Автор

This is a great video for covering the ORM! Thank you for sharing!

jasonbarnett
Автор

Good work, man. These videos have been a huge help!!

MrRetroboyish
Автор

very pleasant and informative tutorial! I searched 6 hours for tutorial on SQLAlchemy and was going to leave the topic. Thank you for the clear explanation!

nononnomonohjghdgdshrsrhsjgd
Автор

best intro to sqlalchemy...now I can learn more about it. thanks

nicksonkiprotich
Автор

Holy smokes! This is one great video. All Ive watched are all so confusing and complicated. Thanks man!

sirmiles
Автор

really good video Ssali Jonathan. I shattered the thumbs up on your video. Keep on up the quality work.

KeyserTheRedBeard
Автор

This has been very useful! Definitely would recommend to any developer who starts learning SQLAlchemy. Thank you very much for this tutorial!

linatroshka
Автор

Thats a great introduction about sqlalchemy with sqlite. Thanks for that. This is what I was looking for.

DavidRajM