Publisher's Synopsis
SQLAlchemy 2.0 In Practice introduces Python developers to the latest version of the SQLAlchemy relational database framework, by building a non-trivial database project from the start and in small incremental steps. Following this book's guidance, you will build a database for a made-up online business that sells retro home computers of the 1980s and 1990s. As part of this project you will learn how to build:
- a product catalog
- an ordering system with customers, orders and order details
- a product review solution with star ratings and user comments
- a page analytics solution that does not rely on third-party services