Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
- What is SQLAlchemy? 6:37
- Creating a Model 8:37
- Creating a Movie Model 3 objectives
- Create and Read with SQLAlchemy 8:57
- ORM, Models, and Creation 6 questions
- Update, Rollback, and Delete 11:32
- Movie Database Continued 4 objectives
- Querying 15:18
- Querying the Movie Database 2 objectives
- SQLAlchemy Fundamentals 5 questions

- 2x 2x
- 1.75x 1.75x
- 1.5x 1.5x
- 1.25x 1.25x
- 1.1x 1.1x
- 1x 1x
- 0.75x 0.75x
- 0.5x 0.5x
Use SQLAlchemy to create a model for your database.
Update:
As of SQLAlchemy version 1.4, declarative_base()
should now be imported from the sqlalchemy.orm
package instead of the declarative.ext
package.
SQLite Browser Application
If you’re working on this project locally, you can use the SQLite Browser application to view your database table. Download the application here.
SQLAlchemy Doc Links
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up-
Diana Soriano
Python Development Techdegree Student 9,639 Points2 Answers
-
Preston Dunn
Python Development Techdegree Student 3,723 Points1 Answer
-
jaesonshin
Python Development Techdegree Graduate 9,939 Points1 Answer
-
Mohamed Abdelaal
966 Points1 Answer
View all discussions for this video
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up