June 2024
Beginner to intermediate
519 pages
10h 30m
English
Welcome to Chapter 19, where we will delve into the world of SQLAlchemy, a powerful library in Python that provides a full suite of well-known enterprise-level persistence patterns. It is designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. SQLAlchemy gives application developers the full power and flexibility of SQL and is a perfect choice for handling complex data manipulations and transactions.
The broad goal of this chapter is to help you understand how to interact with databases using SQLAlchemy effectively, covering both its core SQL functionality and the ORM (Object Relational Mapper) layer. By the end of this chapter, ...
Read now
Unlock full access