Jump to ratings and reviews
Rate this book

Essential SQLAlchemy

Rate this book
Essential SQLAlchemy introduces a high-level open-source code library that makes it easier for Python programmers to access relational databases such as Oracle, DB2, MySQL, PostgreSQL, and SQLite. SQLAlchemy has become increasingly popular since its release, but it still lacks good offline documentation. This practical book fills the gap, and because a developer wrote it, you get an objective look at SQLAlchemy's tools rather than an advocate's description of all the "cool" features.

SQLAlchemy includes both a database server-independent SQL expression language and an object-relational mapper (ORM) that lets you map "plain old Python objects" (POPOs) to database tables without substantially changing your existing Python code. Essential SQLAlchemy demonstrates how to use the library to create a simple database application, walks you through simple queries, and explains how to use SQLAlchemy to connect to multiple databases simultaneously with the same Metadata. You also learn how

In addition, you'll learn how and when to use other extensions to SQLAlchemy, including AssociationProxy, OrderingList, and more.

Essential SQLAlchemy is the much-needed guide for every Python developer using this code library. Instead of a feature-by-feature documentation, this book takes an "essentials" approach that gives you exactly what you need to become productive with SQLAlchemy right away.

230 pages, Paperback

First published June 1, 2008

3 people are currently reading
41 people want to read

About the author

Rick Copeland

10 books

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
5 (10%)
4 stars
16 (34%)
3 stars
18 (38%)
2 stars
7 (14%)
1 star
1 (2%)
Displaying 1 - 4 of 4 reviews
230 reviews3 followers
December 3, 2015
It was ok. However, the examples are a bit inconsistent and of course it is back in 2008, so a lot of things are out of date.
Profile Image for Albert.
405 reviews
August 11, 2011
Very handy. The ORM stuff is very useful. Certainly more of a desk reference than a step-by-step guide. Makes me feel good that I missed all of the DB hassle days of the last decade (for which SQLAlchemy provides many of the solutions).
Displaying 1 - 4 of 4 reviews

Can't find what you're looking for?

Get help and learn more about the design.