SQLAlchemy Basics

preview_player
Показать описание
Some basic stuff in SQLAlchemy for CS 1213 at the University of Oklahoma.

This was made quite a while ago, pretty out of date at this point. Can't guarantee it'll work lol
Рекомендации по теме
Комментарии
Автор

This is actually the best tut for sqlalchemy out there for a beginner. Thank you!

lpvoid
Автор

Your videos have potential. Keep them coming. Not a lot of tutorials that break it down as good as you do. subscribed.

tyleradams
Автор

Two tables are created in sqlalchemy, relationship 1:1 (primary key of the first table is the foreign and also the primary key in the second table). When a child is created in the second table, then I can't change (and delete) the parent record. Why it doesn't update cascade?

georgiyveter
Автор

why is there no autocomplete suggestions from intellisense on the session element?

Kerni
Автор

This video was great. After I got the windows sys env variables set right, everything worked like a charm. It is encouraging to have this window into oop.

slickwillie
Автор

Nice video. Are you drunk dude?😂 just kidding.😂

breakersun
Автор

Use sqlalchemy.String insead of username = Column(String, primary_key=True)

UmerPKgrw
Автор

how did you manage to commit with no prior explicit schema creation? I can't unless executing

vxsniffer
Автор

So it's possible for the db engine to have more than one session? Thank you for the tutorial.

rakkaalhazimi
Автор

In my code I couldn't add the data to the database using session, please guide me to resolve this issue

sangeethamr
Автор

putting username, password in a database

wow, that was confusing

robbietorkelsonn
Автор

for a video that supposedly shows the basics of sqlalchemy, it sure does miss alot.

mahdeealmishkath
Автор

Oh nice video!
You should continue to do python sqlalchemy contents : )
I've recently started learning python and its database connections. Your explanation helped me a lot. Thanks!

kiiwill
Автор

I got the following error and it didn't work Class is not mapped; was a class (__main__.User) supplied where an instance was required?"

drudd
Автор

This was super useful. thank you. subbed.

markushirsimaki
Автор

appreciate the effort but the vid was hard to understand

browninsaan
Автор

Anyone can suggest how to autogenerate class from existing db ?🙏

budi
Автор

This is great ; Thanks so much. Nod to the Sooners from the Syracuse Orange.

felicciasc