Cargando…

Essential SQLAlchemy /

"Now Python developers can easily access relational databases such as Oracle, DB2, and MySQL. Essential SQLAlchemy walks you through simple queries, demonstrates how to create database applications, explains how to connect to multiple databases simultaneously with the same metadata, and more. W...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Copeland, Rick
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly Media, 2008.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introduction to SQLAlchemy
  • 2. Getting Started
  • 3. Engines and MetaData
  • 4. SQLAlchemy Type Engines
  • 5. Running Queries and Updates
  • 6. Building an Object Mapper
  • 7. Querying and Updating at the ORM Level
  • 8. Inheritance Mapping
  • 9. Elixir: A Declarative Extension to SQLAlchemy
  • 10. SqlSoup: An Automatic Mapper for SQLAlchemy
  • 11. Other SQLAlchemy Extensions.