---
title: "Introduction to SQLAlchemy 2 In Practice"
url: https://daily.dev/posts/introduction-to-sqlalchemy-2-in-practice-gh4qune6d
source_url: https://blog.miguelgrinberg.com/post/introduction-to-sqlalchemy-2-in-practice
type: article
source: "Miguel Grinberg"
published: 2026-05-03T09:32:32.626Z
updated: 2026-05-03T09:33:47.604Z
tags: ["python"]
reading_time: 9
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to SQLAlchemy 2 In Practice

**[Miguel Grinberg](https://daily.dev/sources/miguelgrinberg)** · 9 min read · 0 upvotes · 0 comments

## Summary

Miguel Grinberg is publishing his 2023 book 'SQLAlchemy 2 In Practice' as a free blog series. The preface introduces the book's goals: teaching SQLAlchemy 2 through a real-world project (a fictional vintage computer store called RetroFun), covering database setup, table design, one-to-many and many-to-many relationships, async SQLAlchemy, and web integration. The book targets Python developers with some prior experience and covers PostgreSQL, MySQL, and SQLite. The full book is also available for purchase in electronic and paper formats.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://blog.miguelgrinberg.com/post/introduction-to-sqlalchemy-2-in-practice>

## Similar posts on daily.dev

- [SQLAlchemy 2 In Practice - Chapter 8: SQLAlchemy and the Web](https://daily.dev/posts/sqlalchemy-2-in-practice---chapter-8-sqlalchemy-and-the-web-czkvocl80) · Miguel Grinberg · 1 upvotes · 0 comments
- [SQLAlchemy 2 In Practice - Chapter 7: Asynchronous SQLAlchemy](https://daily.dev/posts/sqlalchemy-2-in-practice---chapter-7-asynchronous-sqlalchemy-rwgj7jxq3) · Miguel Grinberg · 0 upvotes · 0 comments

---

Tags: [#python](https://daily.dev/tags/python)

[View this post on daily.dev](https://daily.dev/posts/introduction-to-sqlalchemy-2-in-practice-gh4qune6d)
