#100DaysOfCode in Python Transcripts
Chapter: Days 91-93: Database access with SQLAlchemy
Lecture: Your turn: Day 3
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Final day of SQLAlchemy, you've got your app selected, got it running, you've modeled your classes and created your database structure.
0:09
Now you just need to work with your data. So you're going to insert some records, save some data and insert it, and then somewhere do a query.
0:17
Do a session.query of the type of query you want, and just look back at the example. We should have a variety of types of queries.
0:24
You should be able to make one of those adaptable to what you're doing. So just use this database, put some data in it,
0:31
and make your application more awesome from it. All right, I hope enjoyed SQLAlchemy. It's really a wonderful way to work with databases,
0:38
one of the more popular and flexible ones at that.