DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

SQLAlchemy 2.0 Core Crash Course - Use Python for Seamless Interaction with Relational Databases

SQLAlchemy Core allows you to interact with relational databases using statements written in pure Python. This allows you to form queries and use your database without that much knowledge of SQL.

This video will give you a guide on how to connect to an SQL database as well as to Create, Read, Update, and Delete records from your database.

Top comments (0)