
×
"'Essential SQLAlchemy' richtet sich an Python-Entwickler, die eine SQL-Schnittstelle sowie einen Object Relational Mapper nutzen wollen - die SQLAlchemy-Bibliothek [.]„ - iX, August 2009“SQLAlchemy ist in Python-Kreisen verbreitet und erfreut sich mittlerweile großer Beliebtheit - leider fehlte bisher aber eine umfassende Dokumentation, die die Möglichkeiten von SQLAlchemy angemessen darstellt. Das vorliegende Buch aus dem O'Reilly Verlag schafft hier Abhilfe, erläutert den Umgang und die Handhabung auf nachvollziehbare Weise und liefert diesbezüglich jede Menge nützlicher Beispiele sowie viel Material für die sofortige Verwendung." - entwickler-magazin, Februar 2009
Essential SQLAlchemy
von Rick CopelandEssential 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 to:
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.
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 to:
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.