ScienceBlog.com Science Gifts
 Location:  Home» Books » Relational Databases » Essential SQLAlchemy  
Subcategories
Software Engineering
Design Tools & Techniques
General
Information Systems
Methodology
Multimedia Information Systems
Paperback
Mass Market
Trade
Related Categories
• Relational Databases
Databases
Computers & Internet
Subjects
Books
• General
SQL
Databases
Computers & Internet
Subjects
• General
Databases
Computers & Internet
Subjects
Books
• Software Development
Software Design, Testing & Engineering
Programming
Computers & Internet
Subjects
• Databases
Software
Computers & Internet
Subjects
Books
• General
Software
Computers & Internet
Subjects
Books
• Software Engineering
Computer Science
Computers & Internet
Subjects
Books
• Paperback
Binding (binding)
Refinements
Books
• Printed Books
Format (feature_browse-bin)
Refinements
Books

Essential SQLAlchemy

Essential SQLAlchemy

enlarge enlarge 
Author: Rick Copeland
Publisher: O'Reilly Media, Inc.
Category: Book

List Price: $34.99
Buy New: $19.45
You Save: $15.54 (44%)



New (31) Used (1) from $19.45

Sales Rank: 127654

Media: Paperback
Pages: 230
Number Of Items: 1
Shipping Weight (lbs): 0.9
Dimensions (in): 9.1 x 7 x 0.7

ISBN: 0596516142
Dewey Decimal Number: 005.758
EAN: 9780596516147
ASIN: 0596516142

Publication Date: June 13, 2008
Availability: Usually ships in 1-2 business days
Condition: Just arrived! This is a brand new, unopened copy in printer-fresh mint condition. NOT remainder marked, used, or ex-library.

Similar Items:

  • Foundations of Agile Python Development (Expert's Voice in Open Source)
  • Practical Django Projects (Pratical Projects)
  • Programming Collective Intelligence: Building Smart Web 2.0 Applications
  • The Definitive Guide to Django: Web Development Done Right
  • JavaScript: The Good Parts

Editorial Reviews:

Product Description
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 to: Create custom types to be used in your schema, and when it's useful to use custom rather than built-in types Run queries, updates, and deletes with SQLAlchemy's SQL expression language Build an object mapper with SQLAlchemy, and understand the differences between this and active record patterns used in other ORMs Create objects, save them to a session, and flush them to the database Use SQLAlchemy to model object oriented inheritance Provide a declarative, active record pattern for use with SQLAlchemy using the Elixir extension Use the SQLSoup extension to provide an automatic metadata and object model based on database reflection

In addition, you'll learn how and when to use other extensions toSQLAlchemy, 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.