Tutorials: No More Raw SQL: SQLAlchemy, ORMs & asyncio

Thursday - May 16th, 2024 1:30 p.m.-5 p.m. in Room 317

Presented by:

Description

Managing a database and synchronizing service data representation with the database can be tricky. In this workshop, you’ll learn how to use SQLAlchemy, a powerful SQL toolkit, to simplify this task. We’ll cover how to leverage SQLAlchemy’s Object Relational Mapper (ORM) system, and how to use SQLAlchemy’s asyncio extension in your async services.