This video talks about the SLQLAlchemy ORM. In this video, we look into the core concepts of SQLAlchemy ORM and explore its robust features, offering you a step-by-step guide to working with databases seamlessly. We walk through the fundamentals, covering topics such as table creation, schema design, querying, and data manipulation.
SOURCE CODE:
https://github.com/jod35/SQLAlchemy-2.0-ORM.git
#python #python3 #sqlalchemy
PLEASE BUY ME A COFFEE:
https://www.buymeacoffee.com/jod35
SUBSCRIBE TO MY CHANNEL:
https://youtube.com/@SsaliJonathan
TIMESTAMPS:
(00:00) Introduction
(1:15) Connecting to the database
(6:35) Create Database models
(24:37) Create database tables
(28:38) Create and persist objects
(37:45) Select statements
(42:34) Using sessions to select
(50:07) selects with join
(56:31) Update records
(59:18) Delete records
(1:01:18) Conclusion